@@ -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+)?$/
@@ -209,7 +209,10 @@ export default {
showRemark() {
this.remarkVisible = true