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/property/propertyCompany.vue                                |    7 +++++++
 src/views/propertySupervision/process/maintenanceFundApply/handle.vue |    6 +++---
 2 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/src/views/property/propertyCompany.vue b/src/views/property/propertyCompany.vue
index ef901fa..ea5712d 100644
--- a/src/views/property/propertyCompany.vue
+++ b/src/views/property/propertyCompany.vue
@@ -200,6 +200,13 @@
               // width: 100,
             },
             {
+              width: 210,
+              overHidden: true,
+              label: "管理小区",
+              prop: "districtNames",
+              display: false
+            },
+            {
               label: "简介",
               prop: "remark",
               component: "AvueUeditor",
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