Forráskód Böngészése

修改bug(727, 836)

zhangxc 6 éve
szülő
commit
85942aedd3

+ 2 - 0
src/api/utils.js

@@ -148,6 +148,8 @@ export default {
           tmpArr.push(mapping)
           tmpArr.push(mapping)
         }
         }
       } else if(type == 11) {    //推送症状类型(添加症状)
       } else if(type == 11) {    //推送症状类型(添加症状)
+        mapping.formPosition = 0;
+        mapping.exclusionType = 0;
         mapping.sonQuestion = dataArr[i].id
         mapping.sonQuestion = dataArr[i].id
         tmpArr.push(mapping)
         tmpArr.push(mapping)
       }
       }

+ 1 - 1
src/components/icss/AddCommonSymptom.vue

@@ -274,7 +274,7 @@
                 return 
                 return 
             }
             }
             if(this.rightTagsList.length === 0) {
             if(this.rightTagsList.length === 0) {
-                this.warning('请选择症状标签')
+                this.warning('请选择常见选项标签')
                 return
                 return
             }
             }
             this.showDelDialog()
             this.showDelDialog()

+ 1 - 1
src/components/icss/AddPhysicalExamTemp.vue

@@ -261,7 +261,7 @@
    
    
             }
             }
             if(dvDetailVOList.length === 0) {
             if(dvDetailVOList.length === 0) {
-                this.warning('请选择查体标签');
+                this.warning('查体模板不能为空');
                 return
                 return
             }
             }
             this.showConfirmDialog('是否保存该模板?', () => {
             this.showConfirmDialog('是否保存该模板?', () => {