src/views/productManage/productCategory/ProductList.vue @@ -201,7 +201,6 @@ }, // 行点击 tableRowClick(row) { console.log(row) this.editConfig.visible = true this.editConfig.title = "编辑" this.editConfig.infomation = { ...row }