Commit 10ed56e7 authored by dragondean@qq.com's avatar dragondean@qq.com

新建路线价格后回跳错误

parent 9c2a70fd
...@@ -874,7 +874,7 @@ export default { ...@@ -874,7 +874,7 @@ export default {
this.loading = true this.loading = true
createProductPrice(data).then(response => { createProductPrice(data).then(response => {
this.$modal.msgSuccess(this.$t("请求成功")); this.$modal.msgSuccess(this.$t("请求成功"));
this.$router.replace('/product/product-price?' + (new URLSearchParams(this.$route.query)).toString()) this.$router.replace('/lineProject/product-price?' + (new URLSearchParams(this.$route.query)).toString())
}).finally(res => this.loading = false); }).finally(res => this.loading = false);
}); });
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment