From baeb25b20d147adbcb8ea6c398eb0bbc9a2f92bb Mon Sep 17 00:00:00 2001 From: yangfeng <wanwan926_4@163.com> Date: 星期二, 05 三月 2024 18:52:19 +0800 Subject: [PATCH] Merge branch 'master' of http://192.168.5.5:10010/r/silk/silk-web --- src/views/productManage/silkInspectForm/index.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/productManage/silkInspectForm/index.vue b/src/views/productManage/silkInspectForm/index.vue index 90894b8..5bc971f 100644 --- a/src/views/productManage/silkInspectForm/index.vue +++ b/src/views/productManage/silkInspectForm/index.vue @@ -179,9 +179,9 @@ }, // 鏂板缓 addBtnClick() { - this.editConfig.title = "鏂板缓" - this.editConfig.infomation = { contact_name:"",sales_leads_name:"",sale_chance_name:""} - this.editConfig.visible = true + this.$router.push({ + path:"/productManage/silkRegisterForm/addPage?activeName=second", + }); }, // 鎵撳嵃 printClick(){ -- Gitblit v1.8.0