Ver código fonte

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

Rmengdi 3 meses atrás
pai
commit
5779e4be33

+ 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: [],

Diferenças do arquivo suprimidas por serem muito extensas
+ 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: {

Alguns arquivos não foram mostrados porque muitos arquivos mudaram nesse diff