This commit is contained in:
曹辉 2023-02-09 14:25:42 +08:00
parent 8e4390ad37
commit 86d26cf4b7

View File

@ -181,7 +181,6 @@ export default {
reset() {
this.form = {
id: null,
nurseStationId: null,
departmentCode: null,
departmentName: null,
departmentPerson: null,
@ -322,4 +321,4 @@ export default {
);
},
},
};
};