Browse Source

预问诊标签搜索入参前后去空格

zhouna 5 years ago
parent
commit
8ddbe7bfa0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/preTreat/QuestionTagGroup.vue

+ 1 - 1
src/components/preTreat/QuestionTagGroup.vue

@@ -295,7 +295,7 @@ export default {
               '6':['4']             //混合组合只能添加独立组合填写单
             };
             let param = {
-                "tagName": this.searchVal,
+                "tagName": this.searchVal.trim(),
                 "type": this.ascription,
                 "notIds": notIds,
                 "notControlType":this.qaType==2||this.ascription!='51'?['4']:[],             //组合填写单或非诊疗情况模版不能添加图片上传