修改字典树接口
This commit is contained in:
@@ -24,8 +24,9 @@ defineOptions({
|
||||
const popupFormRef = ref()
|
||||
const tableStore = new TableStore({
|
||||
showPage:false,
|
||||
url: '/system-boot/dic/dicTree',
|
||||
url: '/system-boot/dictTree/queryTree',
|
||||
method: 'GET',
|
||||
publicHeight:60,
|
||||
column: [
|
||||
{ title: '字典名称', field: 'name', treeNode: true, align: 'left' },
|
||||
// { title: '排序', field: 'sort',width:'80' },
|
||||
|
||||
Reference in New Issue
Block a user