소스 검색

抽取bug、智能问答bug、故障统计bug

Rmengdi 3 달 전
부모
커밋
5779e4be33
4개의 변경된 파일9개의 추가작업 그리고 40개의 파일을 삭제
  1. 1 1
      src/views/als/faultStatistics/index.vue
  2. 5 36
      src/views/als/intelligentQA/index.vue
  3. 1 1
      src/views/als/knowledgeExtraction/index.vue
  4. 2 2
      vue.config.js

+ 1 - 1
src/views/als/faultStatistics/index.vue

@@ -690,7 +690,7 @@ export default {
         loading: false, // 表格动画
         initTable: false, // 是否一挂载就加载数据
         border: true,
-        height: 'calc(100vh - 300px)'
+        height: 'calc(100vh - 320px)'
       },
       tableCheckItems: [],
       tableData: [],

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 5 - 36
src/views/als/intelligentQA/index.vue


+ 1 - 1
src/views/als/knowledgeExtraction/index.vue

@@ -623,7 +623,7 @@ export default {
     },
 
     async searchClick() {
-      this.getTaskListAPI({ name: keyWordData })
+      this.getTaskListAPI({ name: this.keyWordData })
     },
 
     async addTaskAPI() {

+ 2 - 2
vue.config.js

@@ -16,8 +16,8 @@ module.exports = defineConfig({
         }
       },
       ['/api/kgqa']: {
-        // target: 'http://192.168.0.107:7073',
-        target: 'http://localhost:7073',
+        target: 'http://192.168.0.107:7073',
+        // target: 'http://localhost:7073',
         ws: false,
         changeOrigin: true,
         pathRewrite: {

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.