From 71f7f1991ac17bc15618b9b6a3c7c8a8ac153c29 Mon Sep 17 00:00:00 2001 From: GGJ <357021191@qq.com> Date: Thu, 10 Oct 2024 15:57:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/govern/alarm/Transient.vue | 2 +- src/views/setting/dictionary/tree/index.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/govern/alarm/Transient.vue b/src/views/govern/alarm/Transient.vue index fcf47bc..2fb510d 100644 --- a/src/views/govern/alarm/Transient.vue +++ b/src/views/govern/alarm/Transient.vue @@ -97,7 +97,7 @@ const rankOptions = ref([ ]) const tableStore = new TableStore({ - url: '/cs-harmonic-boot/eventUser/queryEventpage', + url: '/cs-harmonic-boot/eventUser/queryEventpageWeb', method: 'POST', publicHeight: 65, column: [ diff --git a/src/views/setting/dictionary/tree/index.vue b/src/views/setting/dictionary/tree/index.vue index 422e5ef..e1362a4 100644 --- a/src/views/setting/dictionary/tree/index.vue +++ b/src/views/setting/dictionary/tree/index.vue @@ -24,7 +24,7 @@ defineOptions({ const popupFormRef = ref() const tableStore = new TableStore({ showPage:false, - url: '/system-boot/dic/dicTree', + url: '/system-boot/dictTree/queryTree', method: 'GET', column: [ { title: '字典名称', field: 'name', treeNode: true, align: 'left' },