yangfeng
2024-03-13 9b7020d0fe83aa848e92551c5252add6e05c2c5b
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 }