From 4af4723ae60c33022c83d4cfdaf1a87582f7bd07 Mon Sep 17 00:00:00 2001 From: wangxia <779219182@qq.com> Date: Thu, 19 Jun 2025 17:44:36 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E6=AD=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/workBench/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/workBench/index.vue b/pages/workBench/index.vue index 2c8ae98..e47dcfc 100644 --- a/pages/workBench/index.vue +++ b/pages/workBench/index.vue @@ -322,7 +322,7 @@ export default { }, getNum() { let that = this; - that.G.Get(that.api.bind_getApplyNum + "/" + 1, {}, (res) => { + that.G.Get(that.api.bind_getApplyNum , {}, (res) => { console.log("获取待处理数量:", res); if (res.approvePassHasNotRed > 0) { uni.setTabBarBadge({