From 66da0cb795a026e2094af647a25c9a4cfe34bc80 Mon Sep 17 00:00:00 2001 From: chenjianxing Date: Mon, 17 Jan 2022 16:10:55 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=9D=E5=AD=98=E6=B5=8B=E8=AF=95?= =?UTF-8?q?=E8=AE=A1=E5=88=92=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../plan/view/comonents/report/detail/TestPlanReportButtons.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/business/components/track/plan/view/comonents/report/detail/TestPlanReportButtons.vue b/frontend/src/business/components/track/plan/view/comonents/report/detail/TestPlanReportButtons.vue index 6315a41f4e..3a371135db 100644 --- a/frontend/src/business/components/track/plan/view/comonents/report/detail/TestPlanReportButtons.vue +++ b/frontend/src/business/components/track/plan/view/comonents/report/detail/TestPlanReportButtons.vue @@ -81,7 +81,7 @@ export default { handleSave() { let param = {}; this.buildParam(param); - editPlanReport({id: this.planId, reportSummary: this.report.summary}, () => { + editPlanReport({id: this.planId, reportSummary: this.report.summary ? this.report.summary : ''}, () => { saveTestPlanReport(this.planId, () => { this.$success(this.$t('commons.save_success')); });