护理站项目

This commit is contained in:
闫晓茹 2022-11-10 17:13:28 +08:00
parent 3838aa3447
commit c3471bf14d

View File

@ -1124,7 +1124,7 @@ export default {
}, },
/** 修改按钮操作 */ /** 修改按钮操作 */
handleUpdate(row) { handleUpdate(row) {
this.reset();s this.reset();
const id = row.id || this.ids; const id = row.id || this.ids;
getNurseItem(id).then((response) => { getNurseItem(id).then((response) => {
console.log(response); console.log(response);