Przeglądaj źródła

fix:时间绑定顺序更改

刘恒 2 lat temu
rodzic
commit
937e9e9843
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      src/pages/personnelManage/channel/message.vue

+ 2 - 2
src/pages/personnelManage/channel/message.vue

@@ -234,8 +234,8 @@ export default {
       this.getList();
     },
     timeChange(val) {
-      this.formState.createtimeEnd = val[0];
-      this.formState.createtimeStart = val[1];
+      this.formState.createtimeStart = val[0];
+      this.formState.createtimeEnd = val[1];
       this.getList();
     },
     getList() {