feige
2024-08-31 4f66e0e7c89dfdbc02ecb300feb20de1ca38022e
ruoyi-ui/src/views/collection/index.vue
@@ -938,6 +938,7 @@
          this.loading1 = true;
          this.queryParams1.happenStartTime = this.dateRange1.length > 0 && this.dateRange1[0]
          this.queryParams1.happenEndTime = this.dateRange1.length > 0 && this.dateRange1[1]
             this.queryParams.clanId = this.$store.state.user.clanId
          listUserAll(this.queryParams1).then(response => {
              this.listRoot = response.data.data;
              const kon = {}
@@ -1352,8 +1353,8 @@
        _this.getList();
        Message({ message: "导入成功", type: 'warning' })
      })..catch(() => {
      }).catch(() => {
        Message({ message: "导入失败", type: 'error' })
        })