zhongrj
2024-01-09 aeb316f0ed2dabf4d3f2c75af284b13a2982dcb8
场所维护新增待完善状态过滤
1 files modified
3 ■■■■■ changed files
subPackage/workbench/views/cshw.vue 3 ●●●●● patch | view | raw | blame | history
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);