|
|
@@ -528,6 +528,7 @@
|
|
|
|
|
|
this.formData.startDate = new Date(row.startDate);
|
|
|
this.formData.stopDate = new Date(row.stopDate);
|
|
|
+ this.formData.classify = this.formData.classify + '';
|
|
|
|
|
|
this.recordrulesDetailPage(row);
|
|
|
this.recordrulesCyclePage(row);
|
|
|
@@ -545,6 +546,7 @@
|
|
|
this.formData.id = null;
|
|
|
this.formData.startDate = new Date(row.startDate);
|
|
|
this.formData.stopDate = new Date(row.stopDate);
|
|
|
+ this.formData.classify = this.formData.classify + '';
|
|
|
|
|
|
this.recordrulesDetailPage(row);
|
|
|
this.recordrulesCyclePage(row);
|