加载问题

This commit is contained in:
a0049873 2022-11-30 09:56:28 +08:00
parent 9902f9779a
commit 743d88bdf8
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@
</template>
</div>
<searchResultList
v-show="resourceList.data && resourceList.data.length > 0"
v-if="resourceList.data && resourceList.data.length > 0"
:resourceList="resourceList"
:key="listKey2"
:resourceTotal="resourceTotal"