From f8e1524e8b567280331f9db5ac2b3b3b3a5083fb Mon Sep 17 00:00:00 2001 From: caoqianming Date: Fri, 16 Jun 2023 08:56:32 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=89=B9=E9=87=8F=E5=B8=83=E8=AE=BE?= =?UTF-8?q?=E6=97=B6=E7=AE=97=E6=B3=95options=E4=B8=8D=E5=8A=A0=E5=85=A5?= =?UTF-8?q?=E7=AD=9B=E9=80=89=E6=9D=A1=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ecm/algo_form.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/ecm/algo_form.vue b/src/views/ecm/algo_form.vue index ec3b64ae..d368dad6 100644 --- a/src/views/ecm/algo_form.vue +++ b/src/views/ecm/algo_form.vue @@ -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; }); },