diff --git a/src/main.js b/src/main.js
index 07507713d..e2b560d76 100644
--- a/src/main.js
+++ b/src/main.js
@@ -40,6 +40,7 @@ if (getQueryPara("token")) {
console.log("token222222", localStorage.getItem("token"));
}
+// 山东通转接专用
(function () {
let href = location.href;
if (href.endsWith("#/") && href.includes("/login_sdt")) {
diff --git a/src/views/main-navbar.vue b/src/views/main-navbar.vue
index b68506cd1..bdffdb65c 100644
--- a/src/views/main-navbar.vue
+++ b/src/views/main-navbar.vue
@@ -101,7 +101,7 @@
{{ $store.state.user.realName }}
-
+
{{
$t("updatePassword.title")
}}
@@ -135,6 +135,7 @@ export default {
inject: ["refresh"],
data() {
return {
+ loginType: localStorage.getItem("loginType"),
showHeader: true,
i18nMessages: messages,
updatePassowrdVisible: false,
diff --git a/src/views/main-shuju/main-navbar.vue b/src/views/main-shuju/main-navbar.vue
index b94a3efca..3abfe440a 100644
--- a/src/views/main-shuju/main-navbar.vue
+++ b/src/views/main-shuju/main-navbar.vue
@@ -117,7 +117,7 @@
{{ $store.state.user.realName }}
-
+
{{
$t("updatePassword.title")
}}
@@ -151,6 +151,7 @@ export default {
inject: ["refresh"],
data() {
return {
+ loginType: localStorage.getItem("loginType"),
showHeader: true,
i18nMessages: messages,
updatePassowrdVisible: false,
diff --git a/src/views/modules/base/community/community.vue b/src/views/modules/base/community/community.vue
index 4507abb30..fb38da89d 100644
--- a/src/views/modules/base/community/community.vue
+++ b/src/views/modules/base/community/community.vue
@@ -605,7 +605,7 @@ export default {
this.vDisabled = false
this.bDisabled = false
if (obj.level === 'building') {//点击楼栋
- this.$refs['ref_buildingTable'].loadTable('tree', this.selTreeObj)
+
this.selAgencyId = ''
this.selGridId = ''
await this.getValiheList()
@@ -613,16 +613,18 @@ export default {
await this.getBuildList()
this.buildingId = this.selTreeObj.id
await this.getUniList()
+ this.$refs['ref_buildingTable'].loadTable('tree', this.selTreeObj)
this.vDisabled = true
this.bDisabled = true
} else if (obj.level === 'neighborHood') {//点击小区
- this.$refs['ref_neighTable'].loadTable(true, this.selTreeObj)
+
this.selAgencyId = ''
this.selGridId = ''
await this.getValiheList()
this.neighborHoodId = this.selTreeObj.id
await this.getBuildList()
+ this.$refs['ref_neighTable'].loadTable(true, this.selTreeObj)
this.vDisabled = true
} else {
this.$refs['ref_communityTable'].loadTable(true, this.selTreeObj)
diff --git a/src/views/modules/base/community/roomTable.vue b/src/views/modules/base/community/roomTable.vue
index 55875f770..200139c66 100644
--- a/src/views/modules/base/community/roomTable.vue
+++ b/src/views/modules/base/community/roomTable.vue
@@ -291,6 +291,8 @@ export default {
async mounted () {
this.updateBtnAuths();
+ console.log(this.buildingId)
+
this.displayedBaobiaoBtn = await this.$refs.baobiao.existsTemplate({
elseParams: {
categoryKeys: ["house_info"],