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({