Commit a09aaf9f authored by youjie's avatar youjie

修复bug

parent 8362f45c
......@@ -258,7 +258,7 @@ export default {
"padding": "0 22rpx",
"background": "#FFF"
},
TenantId: 18,
TenantId: null,
replace: null,
secondary: null,
GetYBConfig: null,
......
......@@ -8,6 +8,7 @@
<headers :title="replace.state=='1'?'载体列表':'楼宇列表'"></headers>
<template v-if="isauth">
<view v-if="TenantId==18" style="padding: 5px 10px">
{{TenantId}}
<u-search
placeholder="搜索载体名称"
:focus="false"
......@@ -324,7 +325,7 @@ export default {
},
],
curStatusName: "全部",
TenantId: 18,
TenantId: null,
replace: null,
secondary: null,
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