GULIMMO
2023-11-11 98c817ed9c015b50bfa4cb04d4d718d767a071d5
subPackage/workbench/views/cshw.vue
@@ -71,9 +71,9 @@
         }
      },
      onShow() {
         this.currentRole = uni.getStorageSync("activeRole")
         this.resetParams()
         this.getSiteList()
         this.currentRole = uni.getStorageSync("activeRole")
         this.getSiteList()
      },
      onReachBottom() {
         this.pagingParams.current++
@@ -85,9 +85,11 @@
            const params = {
               placeName: this.keyWord,
               confirmFlag: this.tabStatus
            }
            }
            const { roleName } = this.currentRole
            const res = await getSiteMaintenanceData({
               ...params,
               ...params,
               roleName,
               ...this.pagingParams
            })
            console.log(res);