|
@@ -30,7 +30,7 @@
|
|
|
</u-sticky>
|
|
|
<view class="task-cont">
|
|
|
<block v-for="(item,i) in taskList" :key="i">
|
|
|
- <task-item :item="item" @toStorage="toStorage" @toDetail="toDetail"></task-item>
|
|
|
+ <task-item :item="item" @toStorage="toStorage" @toDetail="toDetail" :key="`${item.id}-${item.status}`"></task-item>
|
|
|
</block>
|
|
|
<u-loadmore v-if="taskList.length > 0" :status="status" />
|
|
|
<u-empty mode="data" text="暂无内容" marginTop="60" icon="https://xiangli-erp.oss-cn-hangzhou.aliyuncs.com/APP/no-notifcations.png" v-if="taskList.length == 0"></u-empty>
|