zuozhengqing
2024-01-05 222c042233e4ca01cc2fb64484b0fae5d9b68206
src/views/supplierManage/supplier/index.vue
@@ -385,7 +385,6 @@
    },
    // 修改产品
    editClick(row) {
      console.log(row)
      this.newProductConfig.visible = true
      this.newProductConfig.title = "修改"
      this.newProductConfig.infomation = { ...row }