|
|
@@ -167,10 +167,6 @@ Page({
|
|
|
updateData.team = team;
|
|
|
updateData.selectedTrainers = team.filter(t => t._active);
|
|
|
}
|
|
|
- // 回填 report_content,确保确认完成时能拿到之前保存的值
|
|
|
- if (d.report_content) {
|
|
|
- updateData['detail.report_content'] = d.report_content;
|
|
|
- }
|
|
|
this.setData(updateData);
|
|
|
}).catch(() => {});
|
|
|
},
|