|
@@ -1239,8 +1239,8 @@
|
|
|
|
|
|
|
|
this.formData.executeMethodId = info.recordRulesExecuteMethodId;
|
|
this.formData.executeMethodId = info.recordRulesExecuteMethodId;
|
|
|
this.formData.executeMethodName = info.recordRulesExecuteMethodName;
|
|
this.formData.executeMethodName = info.recordRulesExecuteMethodName;
|
|
|
- this.formData.startDate = new Date(info.startDate);
|
|
|
|
|
- this.formData.stopDate = new Date(info.stopDate);
|
|
|
|
|
|
|
+ this.formData.startDate = new Date(info.startDate || data.startDate);
|
|
|
|
|
+ this.formData.stopDate = new Date(info.stopDate || data.stopDate);
|
|
|
this.formData.classify = this.formData.classify + '';
|
|
this.formData.classify = this.formData.classify + '';
|
|
|
this.formData.reportWorkType = this.formData.reportWorkType + '';
|
|
this.formData.reportWorkType = this.formData.reportWorkType + '';
|
|
|
this.formData.industryType = this.formData.industryType + '';
|
|
this.formData.industryType = this.formData.industryType + '';
|