From 9431e0245997487edfb44cb5321f50c30430ca9e Mon Sep 17 00:00:00 2001
From: haoxuan <haoxuan>
Date: 星期三, 20 三月 2024 10:16:30 +0800
Subject: [PATCH] 1
---
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