From 9284dbc97513286ac3f16782a5088cc838682897 Mon Sep 17 00:00:00 2001
From: haoxuan <haoxuan>
Date: 星期日, 07 四月 2024 18:30:04 +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