修改
This commit is contained in:
parent
2ace214334
commit
afdb583d52
@ -1125,11 +1125,12 @@ export default {
|
|||||||
this.form.nurseStationItemPrices.forEach(e => {
|
this.form.nurseStationItemPrices.forEach(e => {
|
||||||
e.price = Number(e.price);
|
e.price = Number(e.price);
|
||||||
});
|
});
|
||||||
if (this.form.nurseStationItem.appointmentLimitCount) {
|
if( this.form.nurseStationItem.appointmentLimitCount=""){
|
||||||
this.form.nurseStationItem.appointmentLimitCount = parseInt(
|
this.form.nurseStationItem.appointmentLimitCount=null
|
||||||
this.form.nurseStationItem.appointmentLimitCount
|
}else{
|
||||||
);
|
this.form.nurseStationItem.appointmentLimitCount = parseInt(this.form.nurseStationItem.appointmentLimitCount)
|
||||||
}
|
}
|
||||||
|
|
||||||
addNurseItem(this.form).then(response => {
|
addNurseItem(this.form).then(response => {
|
||||||
this.$modal.msgSuccess("新增成功");
|
this.$modal.msgSuccess("新增成功");
|
||||||
this.$forceUpdate();
|
this.$forceUpdate();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user