fix: 批量布设时算法options不加入筛选条件
This commit is contained in:
parent
748fa2479a
commit
f8e1524e8b
|
@ -93,7 +93,7 @@ export default {
|
||||||
},
|
},
|
||||||
//视频列表
|
//视频列表
|
||||||
getAlgo() {
|
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;
|
this.algooptions = res;
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue