From 5272593a61b91699718fc6e61d2b364351877b3b Mon Sep 17 00:00:00 2001 From: fit2-zhao Date: Tue, 2 Feb 2021 10:03:26 +0800 Subject: [PATCH] =?UTF-8?q?refactor(=E6=8E=A5=E5=8F=A3=E5=AE=9A=E4=B9=89):?= =?UTF-8?q?=20=E5=8E=BB=E9=99=A4=E5=A4=9A=E4=BD=99=20=E6=97=A5=E5=BF=97?= =?UTF-8?q?=E8=BE=93=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/api/definition/components/case/ApiCaseItem.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/business/components/api/definition/components/case/ApiCaseItem.vue b/frontend/src/business/components/api/definition/components/case/ApiCaseItem.vue index c47ef1d9cd..0b983ea1c8 100644 --- a/frontend/src/business/components/api/definition/components/case/ApiCaseItem.vue +++ b/frontend/src/business/components/api/definition/components/case/ApiCaseItem.vue @@ -263,7 +263,6 @@ }); }, saveCase(row) { - console.log(row) let tmp = JSON.parse(JSON.stringify(row)); this.isShowInput = false; if (this.validate(tmp)) {