liangluogis hace 3 años
padre
commit
c99edbebe3
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/widgets/MissionSchedule/Widget.ts

+ 1 - 0
src/widgets/MissionSchedule/Widget.ts

@@ -605,6 +605,7 @@ class MissionSchedule extends BaseWidget {
                 return;
             }
             this.loadWait.show("正在新增巡检计划,请等待...", this.domObj);
+            this.addData.deptId=this.addData.companyid;
             this.ajaxSend.sendAjax(this, this.addData, this.config.addMissionScheduleInfo, this.ajaxSend.type.post, this.addMissionScheduleInfoCallback.bind(this));
         }.bind(this));