From 3c9f3d99361a2de38c142c3acffc24da13423967 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BB=B2=E4=B9=88=E4=BA=86?= Date: Thu, 25 Jan 2024 15:40:46 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AD=97=E5=85=B8=E5=88=A0=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/setting/dictionary/list/detail.vue | 1 - src/views/setting/dictionary/tree/index.vue | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/views/setting/dictionary/list/detail.vue b/src/views/setting/dictionary/list/detail.vue index 72bdfff..d9a206e 100644 --- a/src/views/setting/dictionary/list/detail.vue +++ b/src/views/setting/dictionary/list/detail.vue @@ -32,7 +32,6 @@ import Table from '@/components/table/index.vue' import TableHeader from '@/components/table/header/index.vue' import { ElMessage } from 'element-plus' import PopupDetailEdit from './popupDetailEdit.vue' -import { dictTypeDelete } from '@/api/system-boot/dictType' import { dictDataDelete } from '@/api/system-boot/dicData' defineOptions({ diff --git a/src/views/setting/dictionary/tree/index.vue b/src/views/setting/dictionary/tree/index.vue index 84cd0f3..6ce11f7 100644 --- a/src/views/setting/dictionary/tree/index.vue +++ b/src/views/setting/dictionary/tree/index.vue @@ -15,8 +15,8 @@ defineOptions({ name: 'setting/dictionary/tree' }) const tableStore = new TableStore({ - url: '/cs-device-boot/csEventSendMsg/queryLog', - method: 'POST', + url: '/system-boot/dic/dicTree', + method: 'GET', column: [ { title: '推送用户', field: 'userName', align: 'center' }, { title: '推送内容', field: 'showName', align: 'center' },