From 5fede5df5bc44009d929eedcefa67f18cf3f8c03 Mon Sep 17 00:00:00 2001
From: Lou <luzhiping@qqyjz.com>
Date: Tue, 02 Jan 2024 14:41:41 +0800
Subject: [PATCH] Merge branch 'master' of http://s16s652780.51mypc.cn:49896/r/jczz_app
---
subPackage/task/index.vue | 9 ++++++++-
1 files changed, 8 insertions(+), 1 deletions(-)
diff --git a/subPackage/task/index.vue b/subPackage/task/index.vue
index 2a6d7e1..f061ea0 100644
--- a/subPackage/task/index.vue
+++ b/subPackage/task/index.vue
@@ -187,7 +187,14 @@
}
},
getCount() {
- getCountTypeNumber().then(res => {
+ let roleType = 0
+ if (uni.getStorageSync('activeRole').roleAlias === 'wgy') {
+ roleType = 1
+ }
+ getCountTypeNumber({
+ neiCode: uni.getStorageSync("siteInfo").id,
+ roleType: roleType
+ }).then(res => {
if (res.code == 200) {
let data = res.data;
this.countInfo = res.data;
--
Gitblit v1.9.3