|
|
@@ -1248,6 +1248,13 @@
|
|
|
this.formData.stopDate = new Date(info.stopDate);
|
|
|
this.formData.classify = this.formData.classify + '';
|
|
|
this.formData.reportWorkType = this.formData.reportWorkType + '';
|
|
|
+ this.formData.industryType = this.formData.industryType + '';
|
|
|
+ this.formData.businessType = this.formData.businessType + '';
|
|
|
+ this.formData.reportWorkType = this.formData.reportWorkType + '';
|
|
|
+ this.formData.recordTemplateStyle =
|
|
|
+ this.formData.recordTemplateStyle + '';
|
|
|
+
|
|
|
+ console.log('this.formData~~~~', this.formData);
|
|
|
|
|
|
this.getExecuteMethodList();
|
|
|
|