From 48f23b408e9f9991c2a09f385748e3ec4466220d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=97=AB=E6=99=93=E8=8C=B9?= <1935832701@qq.com> Date: Tue, 21 Feb 2023 14:32:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/stationClassify/index.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/views/system/stationClassify/index.vue b/src/views/system/stationClassify/index.vue index 3a59058..7a5bf27 100644 --- a/src/views/system/stationClassify/index.vue +++ b/src/views/system/stationClassify/index.vue @@ -511,10 +511,11 @@ export default { this.getList(); }); } 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) } + addStationClassify(this.form).then((response) => { + this.$modal.msgSuccess("新增成功"); this.open = false; this.getList();