修改接口
This commit is contained in:
@@ -97,7 +97,7 @@ const rankOptions = ref([
|
|||||||
])
|
])
|
||||||
|
|
||||||
const tableStore = new TableStore({
|
const tableStore = new TableStore({
|
||||||
url: '/cs-harmonic-boot/eventUser/queryEventpage',
|
url: '/cs-harmonic-boot/eventUser/queryEventpageWeb',
|
||||||
method: 'POST',
|
method: 'POST',
|
||||||
publicHeight: 65,
|
publicHeight: 65,
|
||||||
column: [
|
column: [
|
||||||
|
|||||||
@@ -24,7 +24,7 @@ defineOptions({
|
|||||||
const popupFormRef = ref()
|
const popupFormRef = ref()
|
||||||
const tableStore = new TableStore({
|
const tableStore = new TableStore({
|
||||||
showPage:false,
|
showPage:false,
|
||||||
url: '/system-boot/dic/dicTree',
|
url: '/system-boot/dictTree/queryTree',
|
||||||
method: 'GET',
|
method: 'GET',
|
||||||
column: [
|
column: [
|
||||||
{ title: '字典名称', field: 'name', treeNode: true, align: 'left' },
|
{ title: '字典名称', field: 'name', treeNode: true, align: 'left' },
|
||||||
|
|||||||
Reference in New Issue
Block a user