Lou
2024-01-02 5fede5df5bc44009d929eedcefa67f18cf3f8c03
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;