From ef7fa70f6a5de1c095d0ee56a0b11f16a71ba2ca Mon Sep 17 00:00:00 2001 From: wenyann Date: Tue, 3 Aug 2021 17:15:39 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20Swagger=E5=AE=9A=E6=97=B6=E5=90=8C?= =?UTF-8?q?=E6=AD=A5=E5=A2=9E=E5=8A=A0=E4=BB=BB=E5=8A=A1=E9=80=9A=E7=9F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../definition/components/import/SwaggerTaskNotification.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/frontend/src/business/components/api/definition/components/import/SwaggerTaskNotification.vue b/frontend/src/business/components/api/definition/components/import/SwaggerTaskNotification.vue index 04fe1576b8..2c5cf77a2d 100644 --- a/frontend/src/business/components/api/definition/components/import/SwaggerTaskNotification.vue +++ b/frontend/src/business/components/api/definition/components/import/SwaggerTaskNotification.vue @@ -200,7 +200,6 @@ export default { methods: { initForm() { this.result = this.$get('/notice/search/message/' + this.apiTestId, response => { - // console.log(response.data); this.scheduleTask = response.data; }); }, @@ -250,7 +249,6 @@ export default { } }, addTask(data) { - console.log(data); data.testId = this.apiTestId; this.$success(this.$t('commons.save_success')); this.result = this.$post("/notice/save/message/task", data, () => {