From cfcd9a35c74ce88da3647a0be3f1459fe5086ed1 Mon Sep 17 00:00:00 2001 From: lxl <lixuliang_hd@126.com> Date: 星期三, 19 十月 2022 14:46:59 +0800 Subject: [PATCH] 控制 --- src/views/maintenance/tokentool.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/maintenance/tokentool.vue b/src/views/maintenance/tokentool.vue index df6fea4..1e2d131 100644 --- a/src/views/maintenance/tokentool.vue +++ b/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('鍒楄〃璋冪敤澶辫触'); } -- Gitblit v1.9.3