From 821c2ccb4668227941fcf1a51b0ba6e98fa9139d Mon Sep 17 00:00:00 2001 From: Wangxin Date: Tue, 14 Oct 2025 22:10:52 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90web=E3=80=91=20=E8=AE=BE=E5=A4=87?= =?UTF-8?q?=E8=AF=84=E4=BC=B0=E9=A2=84=E6=B5=8B=20=E6=8E=A5=E5=8F=A3?= =?UTF-8?q?=E5=AF=B9=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../alops-ui/src/api/QandA/knowledge.js | 4 +- .../src/api/inMonitoring/assessment.js | 8 +- .../views/inMonitoring/assessment/index.vue | 485 ++---------------- 3 files changed, 36 insertions(+), 461 deletions(-) diff --git a/ALOps_sys_fe/alops-ui/src/api/QandA/knowledge.js b/ALOps_sys_fe/alops-ui/src/api/QandA/knowledge.js index e68555c1..91a87d42 100644 --- a/ALOps_sys_fe/alops-ui/src/api/QandA/knowledge.js +++ b/ALOps_sys_fe/alops-ui/src/api/QandA/knowledge.js @@ -1,5 +1,5 @@ import request from '@/utils/request' -const api = '/QandA/knowledge/' +const api = '/QandA/knowledge' // 查询详细 export function getDict() { @@ -21,7 +21,7 @@ export function permanentKnowledgeList(query) { // 获取所有上传文件信息 export function uploadedFilesList(query) { return request({ - url: api + '/knowBase/uploaded-files', + url: '/QandA/knowledge/uploaded-files', method: 'get', params: query }) diff --git a/ALOps_sys_fe/alops-ui/src/api/inMonitoring/assessment.js b/ALOps_sys_fe/alops-ui/src/api/inMonitoring/assessment.js index 97ea2fe5..d632514c 100644 --- a/ALOps_sys_fe/alops-ui/src/api/inMonitoring/assessment.js +++ b/ALOps_sys_fe/alops-ui/src/api/inMonitoring/assessment.js @@ -1,11 +1,11 @@ import request from '@/utils/request' // 新增用户 -export function knowledgeAsk(data) { +export function list(query) { return request({ - url: '/QandA/knowledge/ask', - method: 'post', - data: data + url: '/inMonitoring/equAssessment/list', + method: 'get', + params: query }) } diff --git a/ALOps_sys_fe/alops-ui/src/views/inMonitoring/assessment/index.vue b/ALOps_sys_fe/alops-ui/src/views/inMonitoring/assessment/index.vue index 4e0467b1..5d3c8d53 100644 --- a/ALOps_sys_fe/alops-ui/src/views/inMonitoring/assessment/index.vue +++ b/ALOps_sys_fe/alops-ui/src/views/inMonitoring/assessment/index.vue @@ -7,76 +7,44 @@ - - - - - - - - - - - - - - - - - 搜索 - 重置 - - - - - - 新增 - - - 修改 - - - 删除 - - - 导入 - - - 导出 - - - - - - - - - - + + + + + + + + + + - + - -