From 8669f9f8959e29d4dea457cd88416d9b954b35af Mon Sep 17 00:00:00 2001 From: songshankun <songshankun@foxmail.com> Date: 星期五, 20 十月 2023 10:46:12 +0800 Subject: [PATCH] feat: 产品/产品类别编辑弹窗非必填项表单备选项删除请选择,重置接口返回字段式表单正常回显 --- 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