修改接口
This commit is contained in:
@@ -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: [
|
||||
|
||||
@@ -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' },
|
||||
|
||||
Reference in New Issue
Block a user