lin
2024-02-28 34dbf82112e28c111ffb2efdf2653ee42df80b21
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) {