瀏覽代碼

bug修复

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