This commit is contained in:
shijing 2023-06-16 16:55:50 +08:00
commit 94904bcff8
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ export default {
},
//
getAlgo() {
this.$API.ecm.event_cate.list.req({ trigger:10, page: 0 }).then((res) => {
this.$API.ecm.event_cate.list.req({ page: 0 }).then((res) => {
this.algooptions = res;
});
},