UPDATE: VERSION-20260315
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
</template>
|
||||
</a-list>
|
||||
<a-pagination
|
||||
v-if="totalTress > scenarioQuery.pageSize"
|
||||
v-if="totalTress > Number(scenarioQuery?.pageSize ?? 0)"
|
||||
v-model:current="scenarioQuery.pageNum"
|
||||
:page-size="scenarioQuery.pageSize"
|
||||
:total="totalTress"
|
||||
|
||||
Reference in New Issue
Block a user