From 2902cd8d2b36f66ea5162ae91d9a5a51912758fa Mon Sep 17 00:00:00 2001 From: zhuo <2089219845@qq.com> Date: 星期一, 31 三月 2025 16:04:04 +0800 Subject: [PATCH] Merge branch 'dev_test' into dev --- src/views/business/productOrder/components/addView.vue | 9 +-------- 1 files changed, 1 insertions(+), 8 deletions(-) diff --git a/src/views/business/productOrder/components/add.vue b/src/views/business/productOrder/components/addView.vue similarity index 99% rename from src/views/business/productOrder/components/add.vue rename to src/views/business/productOrder/components/addView.vue index 7b0ad3c..b5ba69f 100644 --- a/src/views/business/productOrder/components/add.vue +++ b/src/views/business/productOrder/components/addView.vue @@ -600,7 +600,7 @@ import {mapGetters} from "vuex"; export default { - name: 'Add', + name: 'AddView', components: { limsTable, cableConfig, @@ -840,16 +840,9 @@ this.active = this.$route.query.active this.tabIndex = this.$route.query.tabIndex this.currentId = this.$route.query.currentId - this.getUserNowData() this.getInfo() }, activated() { - this.$refs.addObj.resetFields() - this.addObj.createTime = '' - this.addObj.id = '' - this.addObj.updateTime = '' - this.sampleList = [] - this.productList = [] this.active = this.$route.query.active this.tabIndex = this.$route.query.tabIndex this.currentId = this.$route.query.currentId -- Gitblit v1.9.3