Browse Source

关系图谱位置调整

work_tab_bar
mk 2 years ago
parent
commit
d0b724c668
  1. 1
      pages/resiAndHouse/resiAndHouse.js
  2. 10
      subpages/searchResult/pages/resiInfo/resiInfo.wxml

1
pages/resiAndHouse/resiAndHouse.js

@ -101,7 +101,6 @@ Page({
searchOrgIdPath:App.globalData.user.agencyId, searchOrgIdPath:App.globalData.user.agencyId,
} }
}) })
// this.getTableFwData()
this.getAgencygridtree() this.getAgencygridtree()
this.getAllOrgCategoryCount() this.getAllOrgCategoryCount()
this.getTableData() this.getTableData()

10
subpages/searchResult/pages/resiInfo/resiInfo.wxml

@ -83,10 +83,7 @@
</view> </view>
</view> </view>
</view> </view>
<view class="card">
<view class="title">关系图谱</view>
<resi-graph resiId="{{resiId}}"></resi-graph>
</view>
<view class="card" wx:for="{{expandList}}" wx:key="index" id="{{item.scrollId}}"> <view class="card" wx:for="{{expandList}}" wx:key="index" id="{{item.scrollId}}">
<view class="title">{{item.title}}</view> <view class="title">{{item.title}}</view>
<view class="info" wx:for="{{item.children}}" wx:for-index="indexC" wx:key="indexC" wx:for-item="itemC"> <view class="info" wx:for="{{item.children}}" wx:for-index="indexC" wx:key="indexC" wx:for-item="itemC">
@ -96,7 +93,10 @@
</view> </view>
</view> </view>
</view> </view>
<view class="card" id="graph">
<view class="title">关系图谱</view>
<resi-graph resiId="{{resiId}}"></resi-graph>
</view>
<!-- 走访打卡 --> <!-- 走访打卡 -->
<!-- <view class="card "> <!-- <view class="card ">

Loading…
Cancel
Save