From 809a043745ecf5d8986998ea30933e019f4f4f4d Mon Sep 17 00:00:00 2001
From: zuozhengqing <a13193816592@163.com>
Date: 星期六, 21 十月 2023 16:35:52 +0800
Subject: [PATCH] 报废单编辑接口参数调整
---
src/views/productManage/product/index.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/views/productManage/product/index.vue b/src/views/productManage/product/index.vue
index 0c79ece..0b32e39 100644
--- a/src/views/productManage/product/index.vue
+++ b/src/views/productManage/product/index.vue
@@ -259,17 +259,17 @@
},
// 鏂板缓
addBtnClick() {
- this.editConfig.visible = true
this.editConfig.title = "鏂板缓"
this.editConfig.infomation = {}
+ this.editConfig.visible = true
},
// 璇︽儏
showDetail(row) {
console.log(row)
- this.editConfig.visible = true
this.editConfig.autoEdit = false
this.editConfig.title = "缂栬緫"
this.editConfig.infomation = { ...row }
+ this.editConfig.visible = true
},
// 缂栬緫
editRow(row){
--
Gitblit v1.8.0