修改
This commit is contained in:
parent
d3642e1ad8
commit
0d252641d2
@ -288,8 +288,10 @@
|
|||||||
v-model="form.nurseStationItem.advanceAppointDuration"
|
v-model="form.nurseStationItem.advanceAppointDuration"
|
||||||
placeholder="请选择提前预约时长"
|
placeholder="请选择提前预约时长"
|
||||||
style="width:208px"
|
style="width:208px"
|
||||||
|
clearable
|
||||||
>
|
>
|
||||||
<el-option
|
<el-option
|
||||||
|
|
||||||
style="width:208px"
|
style="width:208px"
|
||||||
v-for="item in optionlist"
|
v-for="item in optionlist"
|
||||||
:key="item.value"
|
:key="item.value"
|
||||||
@ -1352,6 +1354,9 @@ export default {
|
|||||||
e.price = Number(e.price);
|
e.price = Number(e.price);
|
||||||
});
|
});
|
||||||
addNurseItem(this.form).then((response) => {
|
addNurseItem(this.form).then((response) => {
|
||||||
|
if( this.form.nurseStationItem.appointmentLimitCount){
|
||||||
|
this.form.nurseStationItem.appointmentLimitCount=parseInt(this.form.nurseStationItem.appointmentLimitCount)
|
||||||
|
}
|
||||||
this.$modal.msgSuccess("新增成功");
|
this.$modal.msgSuccess("新增成功");
|
||||||
this.$forceUpdate();
|
this.$forceUpdate();
|
||||||
this.open = false;
|
this.open = false;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user