Commit a09aaf9f authored by youjie's avatar youjie

修复bug

parent 8362f45c
...@@ -258,7 +258,7 @@ export default { ...@@ -258,7 +258,7 @@ export default {
"padding": "0 22rpx", "padding": "0 22rpx",
"background": "#FFF" "background": "#FFF"
}, },
TenantId: 18, TenantId: null,
replace: null, replace: null,
secondary: null, secondary: null,
GetYBConfig: null, GetYBConfig: null,
......
...@@ -8,6 +8,7 @@ ...@@ -8,6 +8,7 @@
<headers :title="replace.state=='1'?'载体列表':'楼宇列表'"></headers> <headers :title="replace.state=='1'?'载体列表':'楼宇列表'"></headers>
<template v-if="isauth"> <template v-if="isauth">
<view v-if="TenantId==18" style="padding: 5px 10px"> <view v-if="TenantId==18" style="padding: 5px 10px">
{{TenantId}}
<u-search <u-search
placeholder="搜索载体名称" placeholder="搜索载体名称"
:focus="false" :focus="false"
...@@ -324,7 +325,7 @@ export default { ...@@ -324,7 +325,7 @@ export default {
}, },
], ],
curStatusName: "全部", curStatusName: "全部",
TenantId: 18, TenantId: null,
replace: null, replace: null,
secondary: null, secondary: null,
ShopTypeList: [ ShopTypeList: [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment