Browse Source

迁出

feature
jiangyy 3 years ago
parent
commit
8c716cab25
  1. 7
      src/views/modules/base/huji/immigration/index.vue
  2. 958
      src/views/modules/plugins/change/changerelocation.vue

7
src/views/modules/base/huji/immigration/index.vue

@ -455,14 +455,7 @@ export default {
},
computed: {
...mapGetters(['clientHeight', 'iframeHeight']),
maxTableHeight () {
console.log('computed-searchH---', this.searchH)
const h = this.clientHeight - this.searchH + this.iframeHeight
const _h = this.clientHeight - this.searchH
console.log('computed-searchH---_h', _h)
return this.$store.state.inIframe ? h : _h
},
changeVDisabled () {
return !this.fmData.villageId

958
src/views/modules/plugins/change/changerelocation.vue

File diff suppressed because it is too large
Loading…
Cancel
Save