md
This commit is contained in:
parent
c3377b0373
commit
eef469acfa
@ -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 = "修改供应商";
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user