字典删除

This commit is contained in:
仲么了
2024-01-25 15:40:46 +08:00
parent 6c8b73eee1
commit 3c9f3d9936
2 changed files with 2 additions and 3 deletions

View File

@@ -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' },