fix: 保存测试计划报错
This commit is contained in:
parent
f5852ed952
commit
5197231bca
|
@ -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'));
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue