Luolei пре 6 година
родитељ
комит
45c71410cf
4 измењених фајлова са 7 додато и 5 уклоњено
  1. 1 1
      src/api/config.js
  2. 2 1
      src/components/icss/PubIndeptTag.vue
  3. 2 1
      src/components/icss/PubTagGroup.vue
  4. 2 2
      vue.config.js

+ 1 - 1
src/api/config.js

@@ -198,7 +198,7 @@ export default {
     'searchKnowledgeLis': 'api/knowledgeman/scaleContent/index', //量表结构检索
     'getknowledgeList': 'api/knowledgeman/dictionaryInfo/getList', //量表结构字典信息
     'getModuleType': 'api/icssman/moduleInfo/getModuleType',  //模板维护 -- 类型筛选
-	'indexByLexicon': 'api/knowledgeman/commonconcept/indexByLexicon',  //知识库标准化-根据名称和术语库词性类型搜索
+    'indexByLexicon': 'api/icssman/questionInfo/indexByLexicon',  //知识库标准化-根据名称和术语库词性类型搜索
     'getAssaySon': 'api/knowledgeman/lisSonContact/lisSonContactList',  //化验子项维护
     'getAssaySonDetail': 'api/knowledgeman/lisSonContact/relationContactDetail',  //化验子项维护-详情
     'getConceptInfoAssay': '/api/knowledgeman/concept/getAllForRelation',  //化验子项维护-搜索术语

+ 2 - 1
src/components/icss/PubIndeptTag.vue

@@ -506,7 +506,8 @@
           }
           let params = {
             "libType": tmpArr,
-            "name": this.form.region3
+            "name": this.form.region3,
+            "type":this.form.region1
           }
           api.indexByLexicon(params).then((res) => {
             if (res.data.code === '0') {

+ 2 - 1
src/components/icss/PubTagGroup.vue

@@ -458,7 +458,8 @@ export default {
         }
         let params = {
           "libType": tmpArr,
-          "name": this.form.region3
+          "name": this.form.region3,
+          "type":this.form.region1
         }
         api.indexByLexicon(params).then((res) => {
           if (res.data.code === '0') {

+ 2 - 2
vue.config.js

@@ -1,9 +1,9 @@
 const path = require('path');
 // const proxy_path = 'http://192.168.2.236:80';
-const proxy_path = 'http://192.168.2.241: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.3.101:5050';
-// const proxy_path = 'http://192.168.3.117:5050';//周铁刚
+const proxy_path = 'http://192.168.3.117:5050';//周铁刚
 // const proxy_path = 'http://192.168.3.115:5050';
 
 module.exports = {