From 0358c535963edb19780cd53c8e133bf298da6419 Mon Sep 17 00:00:00 2001
From: zuozhengqing <a13193816592@163.com>
Date: 星期二, 31 十月 2023 10:14:47 +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