fix: 批量布设时算法options不加入筛选条件

This commit is contained in:
caoqianming 2023-06-16 08:56:32 +08:00
parent 748fa2479a
commit f8e1524e8b
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;
});
},