|
@@ -1038,8 +1038,13 @@ export default {
|
|
|
this.canAddTask = res.data.canAddTask
|
|
|
|
|
|
this.recentProgressInfo = res.data.progress;
|
|
|
+
|
|
|
+ if(res.data.executorList.length > 0) {
|
|
|
+ this.addForm.executorListFront = res.data.executorList;
|
|
|
+ } else {
|
|
|
+ this.addForm.executorListFront = [{executorId: null, planHours: 8}];
|
|
|
+ }
|
|
|
|
|
|
- this.addForm.executorListFront = res.data.executorList;
|
|
|
|
|
|
this.gstimday = []
|
|
|
this.gstimhour = []
|