Przeglądaj źródła

工序提交fix

NULL1222 4 dni temu
rodzic
commit
61a548b98a
1 zmienionych plików z 0 dodań i 4 usunięć
  1. 0 4
      bgj/workOrder/nodes/update/update.js

+ 0 - 4
bgj/workOrder/nodes/update/update.js

@@ -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(() => {});
   },