Przeglądaj źródła

修改常见科室症状模板保存提示

zhangxc 6 lat temu
rodzic
commit
a8b37e5183
1 zmienionych plików z 3 dodań i 2 usunięć
  1. 3 2
      src/components/icss/AddCommonSymptom.vue

+ 3 - 2
src/components/icss/AddCommonSymptom.vue

@@ -270,10 +270,11 @@
             }
             const param ={
                 "deptId": this.form.department,
-                "questionId": questionId
+                "questionId": questionId,
+                "type": this.form.type,
    
             }
-            this.showConfirmDialog('是否保存该标签组?', () => {
+            this.showConfirmDialog('是否保存常见科室症状?', () => {
                 api.addCommonSymptom(param).then((res) => {
                 if (res.data.code  === '0') {
                     this.warning(res.data.msg || '保存成功', 'success','1000')