BUG 28058

This commit is contained in:
aixianling
2022-03-04 16:41:12 +08:00
parent e983fb9a67
commit ba4fa56eda
2 changed files with 2 additions and 2 deletions

View File

@@ -33,7 +33,7 @@
</div>
</div>
</div>
<AiEmpty v-if="!list.length && isMore"></AiEmpty>
<AiEmpty v-if="!list.length && !isMore"/>
</div>
<div class="btn-wrapper">
<div class="btn" @click="toReport" hover-class="text-hover">添加上报人员</div>

View File

@@ -8,7 +8,7 @@
<u-icon name="arrow-right" color="#ddd"/>
</div>
</div>
<AiEmpty v-if="!list.length && isMore"></AiEmpty>
<AiEmpty v-if="!list.length && isMore"/>
</div>
</template>