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

Loading…
Cancel
Save