Browse Source

Merge branch 'dev_1024'

feature
jiangyy 3 years ago
parent
commit
8c1fa79364
  1. 6
      src/views/modules/base/community/communityTable.vue

6
src/views/modules/base/community/communityTable.vue

@ -2,13 +2,13 @@
<div>
<div class="div_btn">
<el-button v-if="showYhymInfo"
<el-button v-if="showYhymInfo && customerId!=='1535072605621841922'"
style=""
class="diy-button--reset"
size="small"
:loading="yhymLoading"
@click="handleYhymInfo">补全一房一码信息</el-button>
<el-button v-if="showYhymInfo"
<el-button v-if="showYhymInfo && customerId!=='1535072605621841922'"
style=""
class="diy-button--export"
size="small"
@ -296,6 +296,7 @@ export default {
dialogVisible: false, //
displayedBaobiaoBtn: false,
customerId: '',//id : 1535072605621841922
}
},
components: {
@ -304,6 +305,7 @@ export default {
CommunityDetail
},
async mounted () {
this.customerId = localStorage.getItem('customerId')
this.displayedBaobiaoBtn = await this.$refs.baobiao.existsTemplate({
elseParams: {
categoryKeys: ['house_info'], categoryKey: 'house_info',

Loading…
Cancel
Save