From 34dbf82112e28c111ffb2efdf2653ee42df80b21 Mon Sep 17 00:00:00 2001
From: lin <sbla5888@163.com>
Date: Wed, 28 Feb 2024 14:15:49 +0800
Subject: [PATCH] 街道管理员查询不出物业公司(物业公司加一列)
---
src/views/propertySupervision/process/maintenanceFundApply/handle.vue | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/views/propertySupervision/process/maintenanceFundApply/handle.vue b/src/views/propertySupervision/process/maintenanceFundApply/handle.vue
index e4fe7d0..1fedb30 100644
--- a/src/views/propertySupervision/process/maintenanceFundApply/handle.vue
+++ b/src/views/propertySupervision/process/maintenanceFundApply/handle.vue
@@ -466,7 +466,7 @@
this.$message.success(data.msg)
this.$router.$avueRouter.closeTag()
this.$router.push({
- path: `/propertySupervision/propertySupervision`
+ path: `/propertySupervision/propertyCapitalManage`
})
} else {
this.$message.error(data.msg || '提交失败')
@@ -489,7 +489,7 @@
this.$message.success(data.msg)
this.$router.$avueRouter.closeTag()
this.$router.push({
- path: `/propertySupervision/propertySupervision`
+ path: `/propertySupervision/propertyCapitalManage`
})
} else {
this.$message.error(data.msg || '提交失败')
@@ -499,7 +499,7 @@
handleCancel() {
this.$router.$avueRouter.closeTag()
this.$router.push({
- path: `/propertySupervision/propertySupervision`
+ path: `/propertySupervision/propertyCapitalManage`
})
},
getVoteDetail(articleId, districtId) {
--
Gitblit v1.9.3