From 00b081fc45a4717f08b47b5c7ceeafeb9878ec0c Mon Sep 17 00:00:00 2001 From: wxg0103 <727495428@qq.com> Date: Wed, 6 Jul 2022 18:07:29 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=8E=A5=E5=8F=A3=E6=B5=8B=E8=AF=95):=20?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E5=AE=9A=E4=B9=89=E5=AE=9A=E6=97=B6=E5=90=8C?= =?UTF-8?q?=E6=AD=A5=E5=A2=9E=E5=8A=A0=E8=A6=86=E7=9B=96=E6=A8=A1=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --task=1008675 --user=王孝刚 定时任务导入模式增加“同步覆盖API模块”选项 https://www.tapd.cn/55049933/s/1196271 --- .../definition/components/import/ApiSchedule.vue | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/frontend/src/business/components/api/definition/components/import/ApiSchedule.vue b/frontend/src/business/components/api/definition/components/import/ApiSchedule.vue index 07a3993ceb..78625834c6 100644 --- a/frontend/src/business/components/api/definition/components/import/ApiSchedule.vue +++ b/frontend/src/business/components/api/definition/components/import/ApiSchedule.vue @@ -21,13 +21,16 @@ :defaultKey="formData.moduleId" @getValue="setModule" :obj="moduleObj" clearable checkStrictly ref="selectTree"/> - - + + + {{ this.$t('commons.cover_api') }} + @@ -130,7 +133,7 @@ import MsApiVariable from "../ApiVariable"; import MsApiAuthConfig from "../auth/ApiAuthConfig"; import {REQUEST_HEADERS} from "@/common/js/constants"; import {KeyValue} from "../../model/ApiTestModel"; -import {ELEMENT_TYPE, TYPE_TO_C} from "@/business/components/api/automation/scenario/Setting"; +import {TYPE_TO_C} from "@/business/components/api/automation/scenario/Setting"; export default { name: "ApiSchedule", @@ -204,7 +207,8 @@ export default { swaggerUrl: '', modeId: this.$t('commons.not_cover'), moduleId: '', - rule: '' + rule: '', + coverModule: false }, modeOptions: [ { @@ -328,7 +332,7 @@ export default { this.clear(); }); }, - searchTaskList(){ + searchTaskList() { this.$refs.taskList.search(); }, intervalValidate() {