浏览代码

Merge branch 'feature/消息提示' into develop

pengyh 1 年之前
父节点
当前提交
f056b17694

+ 4 - 1
src/views/mallManagement/order/order_detail/index.vue

@@ -580,7 +580,10 @@ export default {
       })
       })
     },
     },
     goBack() {
     goBack() {
-      this.$router.go(-1);
+      // this.$router.go(-1);
+		this.$router.push({
+			name:"order_list"
+		})
     },
     },
     isNumber(val) {
     isNumber(val) {
       const regPos = /^\d+(\.\d+)?$/
       const regPos = /^\d+(\.\d+)?$/

+ 4 - 1
src/views/mallManagement/order/order_refund_detail/index.vue

@@ -209,7 +209,10 @@ export default {
       })
       })
     },
     },
     goBack() {
     goBack() {
-      this.$router.go(-1);
+      // this.$router.go(-1);
+		this.$router.push({
+			name:"order_list"
+		})
     },
     },
     showRemark() {
     showRemark() {
       this.remarkVisible = true
       this.remarkVisible = true