lxl
2022-10-19 cfcd9a35c74ce88da3647a0be3f1459fe5086ed1
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('列表调用失败');
      }