Browse Source

居民房屋非当前组织禁止删除

v1.1
mk 1 year ago
parent
commit
906c5cbc4e
  1. 4
      src/views/components/editResi.vue

4
src/views/components/editResi.vue

@ -399,7 +399,7 @@
></el-button> ></el-button>
<el-button <el-button
type="danger" type="danger"
v-if="form.resideInfoDtos.length > 1" v-if="form.resideInfoDtos.length > 1 && rowItem.accessable !== 0"
size="small" size="small"
icon="el-icon-minus" icon="el-icon-minus"
@click="handelClickDelHouse(index)" @click="handelClickDelHouse(index)"
@ -1883,7 +1883,7 @@ export default {
this.$http this.$http
.post("/actual/base/communityQuarters/listQuartersOptions", { .post("/actual/base/communityQuarters/listQuartersOptions", {
gridId: this.form.resideInfoDtos[index].gridId, gridId: this.form.resideInfoDtos[index].gridId,
agencyId: user.agencyId, agencyId:this.form.resideInfoDtos[index].agencyId || user.agencyId,
}) })
.then(({ data: res }) => { .then(({ data: res }) => {
if (res.code !== 0) { if (res.code !== 0) {

Loading…
Cancel
Save