qinxianzhangyao
2024-03-18 e3a63203c823a4b7fcb12a52769c34acdc0b7a19
src/views/system/circle/index.vue
@@ -393,7 +393,7 @@
  },
  created() {
    // this.getNowTime();
    this.getList();
    this.Company();
    this.getListEmer();
    this.getDictListEmer();
@@ -411,6 +411,7 @@
            moment(res.data).format("YYYY-MM-DD 00:00:00"),
            moment(res.data).format("YYYY-MM-DD 23:59:00")
          ];;
          this.getList();
      });
    },
    dialogVisibles() {
@@ -590,6 +591,7 @@
    },
    /** 重置按钮操作 */
    resetQuery() {
      this.createTimeList = []
      this.resetForm("queryForm");
      this.handleQuery();
    },