From 550fbb66594d7f65b6cc1e08a211d6666942e6c0 Mon Sep 17 00:00:00 2001 From: yyhouc <792163605@qq.com> Date: Mon, 22 May 2023 09:46:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4API=E5=8F=82=E6=95=B0?= =?UTF-8?q?=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/dataService/multimediaData/component/boot.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/dataService/multimediaData/component/boot.vue b/src/views/dataService/multimediaData/component/boot.vue index 556d682..0e5bd7c 100644 --- a/src/views/dataService/multimediaData/component/boot.vue +++ b/src/views/dataService/multimediaData/component/boot.vue @@ -293,7 +293,7 @@ const start = (text) => { let page = (text == 'baidu' ? state.baidu.page : text == 'bing' ?state.bing.page:state.twitter.page); let id = (text == 'baidu' ? state.baidu.id : text == 'bing' ?state.bing.id:state.twitter.id); submit( - { + [{ type: text == 'baidu' ? 2 :text == 'bing'?1:3 , manageId: userInfo.userInfos.id, status: 0, @@ -302,7 +302,7 @@ const start = (text) => { id: (id ? id : null), startDate:(text=='twitter'?state.twitter.date[0]:null), endDate:(text=='twitter'?state.twitter.date[1]:null), - } + }] ).then(ret => { if (ret == 1042) { ElMessage.error("error")