瀏覽代碼

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

zhouna 5 年之前
父節點
當前提交
8ddbe7bfa0
共有 1 個文件被更改,包括 1 次插入1 次删除
  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']:[],             //组合填写单或非诊疗情况模版不能添加图片上传