This commit is contained in:
linfso 2025-02-18 19:29:55 +08:00
parent c3377b0373
commit eef469acfa

View File

@ -284,7 +284,7 @@ export default {
},
/** 修改按钮操作 */
handleUpdate(row) {
this.currentId= row.id||ids;
this.currentId= row.id||this.ids[0];
this.openForm = true;
this.titleForm = "修改供应商";
},