Surpriseplus
2022-10-17 16fbbddb45ec387f359358da77f81bfbbb3644fc
src/views/maintenance/tokentool.vue
@@ -490,8 +490,8 @@
      if (this.ruleForm.value != null) {
        this.listData.type = parseInt(this.ruleForm.value);
      }
      debugger;
      const data = await select_Token_ByPageAndCount(this.listData);
      console.log('Token获取', data);
      if (data.code != 200) {
        this.$message.error('列表调用失败');
      }