This commit is contained in:
仲么了
2023-09-28 16:30:07 +08:00
parent 182195512a
commit 9c8dc2cd0a
9 changed files with 45 additions and 29 deletions

View File

@@ -36,7 +36,7 @@ export default {
async init() {
let dictData = await this.$util.getDictData('app_event')
console.log(dictData)
this.store = this.DataSource('/cs-harmonic-boot/event/queryEventList')
this.store = this.DataSource('/cs-harmonic-boot/eventUser/queryEventpage')
this.store.params.type = 2
this.store.firstCallBack = (res) => {
this.loading = false