This commit is contained in:
闫晓茹 2023-02-21 14:32:37 +08:00
parent c7d530830a
commit 48f23b408e

View File

@ -511,10 +511,11 @@ export default {
this.getList();
});
} else {
addStationClassify(this.form).then((response) => {
if(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.open = false;
this.getList();