修改
This commit is contained in:
parent
e4c0835817
commit
d06f004cd7
@ -539,7 +539,7 @@ export default {
|
||||
e.nurseStationConsumableId = e.id;
|
||||
});
|
||||
this.form.nurseStationItem.nurseTypeId = this.form.nurseTypeId;
|
||||
if (this.form.nurseStationItem.appointmentLimitCount == "") {
|
||||
if (!this.form.nurseStationItem.appointmentLimitCount) {
|
||||
this.form.nurseStationItem.appointmentLimitCount = null
|
||||
}
|
||||
this.$refs["form"].validate((valid) => {
|
||||
@ -601,4 +601,4 @@ export default {
|
||||
this.upload.open = true;
|
||||
},
|
||||
},
|
||||
};
|
||||
};
|
||||
Loading…
Reference in New Issue
Block a user