修复公司信息页面调取任务接口bug
This commit is contained in:
parent
2b1e3c09a7
commit
fa6ebea280
@ -95,9 +95,9 @@
|
|||||||
<view class="company_info" v-show="current==2">
|
<view class="company_info" v-show="current==2">
|
||||||
<companyFinance ref="financeRef"></companyFinance>
|
<companyFinance ref="financeRef"></companyFinance>
|
||||||
</view>
|
</view>
|
||||||
<view v-show="current==3">
|
<!-- <view v-show="current==3">
|
||||||
<task ref="taskRef" style="width: 100vw;"></task>
|
<task ref="taskRef" style="width: 100vw;"></task>
|
||||||
</view>
|
</view> -->
|
||||||
</view>
|
</view>
|
||||||
<u-empty v-else icon="/static/img/empty/data.png" text="没有数据"></u-empty>
|
<u-empty v-else icon="/static/img/empty/data.png" text="没有数据"></u-empty>
|
||||||
</view>
|
</view>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user