src/views/business/materialOrder/copperOrder.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/views/business/materialOrder/customsInspection.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/views/business/productOrder/components/add.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/views/business/materialOrder/copperOrder.vue
@@ -1781,8 +1781,7 @@ }, goBack () { const obj = { path: "/business/materialOrder" }; this.$tab.closeOpenPage(obj); this.$router.go(-1) } } } src/views/business/materialOrder/customsInspection.vue
@@ -1832,8 +1832,7 @@ return row[property] === value; }, goBack () { const obj = { path: "/business/materialOrder" }; this.$tab.closeOpenPage(obj); this.$router.go(-1) } } } src/views/business/productOrder/components/add.vue
@@ -2143,8 +2143,7 @@ this.productList0.splice(index,1) }, goBack () { const obj = { path: "/business/productOrder" }; this.$tab.closeOpenPage(obj); this.$router.go(-1) } } }