.
This commit is contained in:
parent
30343dc7bc
commit
e1b53fbc2e
@ -3,14 +3,14 @@
|
||||
empty-view-text="抱歉,暂时还没有相关数据!">
|
||||
<template #top>
|
||||
<custom-nav-bar :left="true" title="设备运维"></custom-nav-bar>
|
||||
<view class="search">
|
||||
<!-- <view class="search">
|
||||
<uni-forms ref="form" labelWidth="0px">
|
||||
<uni-forms-item label="" name="">
|
||||
<custom-land-tree :defaultLand="land" @change="handleTreeChange"
|
||||
style="width: 100%;float: left;margin-right: 2px;"></custom-land-tree>
|
||||
</uni-forms-item>
|
||||
</uni-forms>
|
||||
</view>
|
||||
</view> -->
|
||||
</template>
|
||||
|
||||
<view class="card">
|
||||
|
@ -49,15 +49,9 @@ class indexUtil {
|
||||
}
|
||||
|
||||
get getLandData() {
|
||||
console.error("land");
|
||||
if (!user?.userId) {
|
||||
toast("请重新登录")
|
||||
return null;
|
||||
}
|
||||
if (!this.land) {
|
||||
this.initData(user.userId, function(_land, _wo) {});
|
||||
}
|
||||
|
||||
return this.land;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user