|
|
@@ -18,7 +18,7 @@
|
|
|
import ModalModule from "@/components/plugin/modal";
|
|
|
import { list } from "@/mixins";
|
|
|
import { mapGetters } from "vuex";
|
|
|
- import { getUserList} from "@/api/ll";
|
|
|
+ import { getEventList} from "@/api/ll";
|
|
|
import AppSearchModule from "@/components/module/app-search";
|
|
|
import DropShopSelect from "@/components/module/shopSelect";
|
|
|
import llUser from "./components/user";
|
|
|
@@ -70,7 +70,7 @@
|
|
|
init(){
|
|
|
},
|
|
|
getList() {
|
|
|
- return getUserList({requestType:'my'}).then((res) => {
|
|
|
+ return getEventList({requestType:'my'}).then((res) => {
|
|
|
this.completes(res);
|
|
|
if (this.$util.isEmpty(res.data)){
|
|
|
return false
|