修改
This commit is contained in:
parent
c7d530830a
commit
48f23b408e
@ -511,10 +511,11 @@ export default {
|
|||||||
this.getList();
|
this.getList();
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
addStationClassify(this.form).then((response) => {
|
|
||||||
if(this.form.nurseClassifyInfoList[0].classifySort){
|
if(this.form.nurseClassifyInfoList[0].classifySort){
|
||||||
this.form.nurseClassifyInfoList[0].classifySort=parseInt(this.form.nurseClassifyInfoList[0].classifySort)
|
this.form.nurseClassifyInfoList[0].classifySort=parseInt(this.form.nurseClassifyInfoList[0].classifySort)
|
||||||
}
|
}
|
||||||
|
addStationClassify(this.form).then((response) => {
|
||||||
|
|
||||||
this.$modal.msgSuccess("新增成功");
|
this.$modal.msgSuccess("新增成功");
|
||||||
this.open = false;
|
this.open = false;
|
||||||
this.getList();
|
this.getList();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user