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){