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('列表调用失败'); }