护理站项目
This commit is contained in:
parent
3838aa3447
commit
c3471bf14d
@ -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);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user