列表我空bug修复

This commit is contained in:
shijingjing
2022-01-14 15:05:15 +08:00
parent 56398dbc9f
commit 0d86c86852

View File

@@ -21,6 +21,7 @@
</li> </li>
</ul> </ul>
</div> </div>
<AiEmpty description="暂无数据" class="emptyWrap" v-if="!list.length"></AiEmpty>
<div class="footer" @click="toAddFamily()" v-if="checkType == 2">新增责任家庭</div> <div class="footer" @click="toAddFamily()" v-if="checkType == 2">新增责任家庭</div>
</div> </div>
</template> </template>