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')); });