pengyh 1 vuosi sitten
vanhempi
commit
2002227da0

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

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

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

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