linwei
2024-02-22 c46990de854c45bf703b4836abebfe222a0a4c04
维修基金路由修改
1 files modified
4 ■■■■ changed files
src/views/propertySupervision/propertyCapitalManage.vue 4 ●●●● patch | view | raw | blame | history
src/views/propertySupervision/propertyCapitalManage.vue
@@ -199,12 +199,12 @@
        },
        handleWork (row) {
            this.$router.push({
                path: `/work/process/${flowRoute(this.flowRoutes, row.category)}/handle/${row.taskId}/${row.processInstanceId}/${row.businessId}`
          path: `/property/process/${flowRoute(this.flowRoutes, row.category)}/handle/${row.taskId}/${row.processInstanceId}/${row.businessId}`
            })
        },
        handleDetail (row) {
            this.$router.push({
                path: `/work/process/${flowRoute(this.flowRoutes, row.category)}/detail/${row.processInstanceId}/${row.businessId}`
          path: `/property/process/${flowRoute(this.flowRoutes, row.category)}/detail/${row.processInstanceId}/${row.businessId}`
            })
        },
        handleImage (row) {