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;