This commit is contained in:
曹辉 2023-03-29 10:04:23 +08:00
parent fecae2fb7e
commit d938ee8d0c

View File

@ -721,7 +721,6 @@ export default {
}, },
// //
ParamsStationxm(item) { ParamsStationxm(item) {
console.log(item);
if (this.nurseItemquery.nurseStationId) { if (this.nurseItemquery.nurseStationId) {
this.nurseItemlistInfo(); this.nurseItemlistInfo();
this.homenumber = item; this.homenumber = item;
@ -818,6 +817,7 @@ export default {
}, },
// //
reset() { reset() {
this.nurseItemquery.nurseStationId = null;
this.form = { this.form = {
posterPictureUrlLists: [ posterPictureUrlLists: [
{ {
@ -826,7 +826,7 @@ export default {
idd: this.idd idd: this.idd
} }
], ],
moduleType:null, moduleType: null,
id: null, id: null,
poserName: null, poserName: null,
posterPictureUrl: null, posterPictureUrl: null,