字典删除
This commit is contained in:
@@ -32,7 +32,6 @@ import Table from '@/components/table/index.vue'
|
|||||||
import TableHeader from '@/components/table/header/index.vue'
|
import TableHeader from '@/components/table/header/index.vue'
|
||||||
import { ElMessage } from 'element-plus'
|
import { ElMessage } from 'element-plus'
|
||||||
import PopupDetailEdit from './popupDetailEdit.vue'
|
import PopupDetailEdit from './popupDetailEdit.vue'
|
||||||
import { dictTypeDelete } from '@/api/system-boot/dictType'
|
|
||||||
import { dictDataDelete } from '@/api/system-boot/dicData'
|
import { dictDataDelete } from '@/api/system-boot/dicData'
|
||||||
|
|
||||||
defineOptions({
|
defineOptions({
|
||||||
|
|||||||
@@ -15,8 +15,8 @@ defineOptions({
|
|||||||
name: 'setting/dictionary/tree'
|
name: 'setting/dictionary/tree'
|
||||||
})
|
})
|
||||||
const tableStore = new TableStore({
|
const tableStore = new TableStore({
|
||||||
url: '/cs-device-boot/csEventSendMsg/queryLog',
|
url: '/system-boot/dic/dicTree',
|
||||||
method: 'POST',
|
method: 'GET',
|
||||||
column: [
|
column: [
|
||||||
{ title: '推送用户', field: 'userName', align: 'center' },
|
{ title: '推送用户', field: 'userName', align: 'center' },
|
||||||
{ title: '推送内容', field: 'showName', align: 'center' },
|
{ title: '推送内容', field: 'showName', align: 'center' },
|
||||||
|
|||||||
Reference in New Issue
Block a user