shuishen
2024-01-29 b8c400737f3f2ab806b46b29311fa96442e93c2a
有选择小区的地方是否做过滤处理
5 files modified
17 ■■■■ changed files
src/views/property/inviteTenders.vue 2 ●●● patch | view | raw | blame | history
src/views/property/oiae.vue 2 ●●● patch | view | raw | blame | history
src/views/property/ownersCommittee.vue 2 ●●● patch | view | raw | blame | history
src/views/property/propertyCapitalApply.vue 9 ●●●●● patch | view | raw | blame | history
src/views/property/propertyCompanyDistrict.vue 2 ●●● patch | view | raw | blame | history
src/views/property/inviteTenders.vue
@@ -689,7 +689,7 @@
                this.loading = false
                this.selectionClear()
            })
            getDistrictTree(params = {}).then((res) => {
            getDistrictTree({ filterFlag: 1 }).then((res) => {
                const data = res.data.data
                this.districtTree = data
                const column = this.findObject(this.option.column, "articleList")
src/views/property/oiae.vue
@@ -703,7 +703,7 @@
                this.loading = false
                this.selectionClear()
            })
            getDistrictTree(params = {}).then((res) => {
            getDistrictTree({ filterFlag: 1 }).then((res) => {
                const data = res.data.data
                this.districtTree = data
                const column = this.findObject(this.option.column, "articleList")
src/views/property/ownersCommittee.vue
@@ -568,7 +568,7 @@
                this.loading = false
                this.selectionClear()
            })
            getDistrictTree(params = {}).then((res) => {
            getDistrictTree({ filterFlag: 1 }).then((res) => {
                const data = res.data.data
                this.districtTree = data
                const column = this.findObject(this.option.column, "articleList")
src/views/property/propertyCapitalApply.vue
@@ -2,9 +2,10 @@
<template>
  <basic-container>
    <avue-crud :option="option" :table-loading="loading" :data="data" :page.sync="page" ref="crud" @row-del="rowDel"
      v-model="form" :permission="permissionList" @row-update="rowUpdate" @row-save="rowSave" :before-open="beforeOpen"
      @search-change="searchChange" @search-reset="searchReset" @selection-change="selectionChange"
      @current-change="currentChange" @size-change="sizeChange" @refresh-change="refreshChange" @on-load="onLoad">
            v-model="form" :permission="permissionList" @row-update="rowUpdate" @row-save="rowSave"
            :before-open="beforeOpen" @search-change="searchChange" @search-reset="searchReset"
            @selection-change="selectionChange" @current-change="currentChange" @size-change="sizeChange"
            @refresh-change="refreshChange" @on-load="onLoad">
      <template slot-scope="{ row, size, index }" slot="menu">
        <el-button :size="size" type="text" v-if="row.applyStatus === 4" @click="handleWork(row)">调整申请
@@ -97,7 +98,7 @@
              prop: "districtId",
              search: false,
              type: 'tree',
              dicUrl: `/api/blade-district/district/getDistrictTree`,
                    dicUrl: `/api/blade-district/district/getDistrictTree?filterFlag=1`,
              props: {
                label: "name",
                value: "id"
src/views/property/propertyCompanyDistrict.vue
@@ -94,7 +94,7 @@
                    prop: "districtId",
                    search: false,
                    type: 'tree',
                    dicUrl: `/api/blade-district/district/getDistrictTree`,
                    dicUrl: `/api/blade-district/district/getDistrictTree?filterFlag=0`,
                    props: {
                        label: "name",
                        value: "id"