lucw преди 9 месеца
родител
ревизия
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);