lin
2024-02-28 34dbf82112e28c111ffb2efdf2653ee42df80b21
街道管理员查询不出物业公司(物业公司加一列)
2 files modified
13 ■■■■ changed files
src/views/property/propertyCompany.vue 7 ●●●●● patch | view | raw | blame | history
src/views/propertySupervision/process/maintenanceFundApply/handle.vue 6 ●●●● patch | view | raw | blame | history
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",
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) {