Browse Source

组合填写单过滤上传图片标签1930

zhouna 6 years ago
parent
commit
2e49ad1e1c
2 changed files with 2 additions and 1 deletions
  1. 1 0
      src/components/preTreat/QuestionTagGroup.vue
  2. 1 1
      vue.config.js

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

@@ -259,6 +259,7 @@ export default {
                 "tagName": this.searchVal,
                 "tagName": this.searchVal,
                 "type": this.ascription,
                 "type": this.ascription,
                 "notIds": notIds,
                 "notIds": notIds,
+                "notControlType":['4'],             //图片上传不能添加
                 "sexType": this.sexType,
                 "sexType": this.sexType,
                 "tagType":+this.qaType===2?maps[this.type]:['1','6']       //qaType=2:组合填写单,qaType=3模板
                 "tagType":+this.qaType===2?maps[this.type]:['1','6']       //qaType=2:组合填写单,qaType=3模板
             };
             };

+ 1 - 1
vue.config.js

@@ -1,6 +1,6 @@
 const path = require('path');
 const path = require('path');
 // const proxy_path = 'http://192.168.2.236:80';
 // const proxy_path = 'http://192.168.2.236:80';
-const proxy_path = 'http://192.168.2.236:88';
+const proxy_path = 'http://192.168.2.241:88';
 // const proxy_path = 'http://192.168.2.236:88';
 // const proxy_path = 'http://192.168.2.236:88';
 // const proxy_path = 'http://192.168.3.101:5050';
 // const proxy_path = 'http://192.168.3.101:5050';
 // const proxy_path = 'http://192.168.3.117:5050';//周铁刚
 // const proxy_path = 'http://192.168.3.117:5050';//周铁刚