lucw 9 месяцев назад
Родитель
Сommit
cf84975b66
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      src/views/rulesManagement/releaseRules/components/permitAdd.vue

+ 2 - 0
src/views/rulesManagement/releaseRules/components/permitAdd.vue

@@ -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);