zhongrj
2024-01-09 aeb316f0ed2dabf4d3f2c75af284b13a2982dcb8
subPackage/workbench/views/cshw.vue
@@ -149,9 +149,12 @@
            const {
               roleName
            } = this.currentRole
            // 过滤掉待完善状态的
            const isApp = 1;
            const res = await getSiteMaintenanceData({
               ...params,
               roleName,
               isApp,
               ...this.pagingParams
            })
            console.log(res);