30459
This commit is contained in:
@@ -25,7 +25,7 @@
|
|||||||
</template>
|
</template>
|
||||||
<template #content>
|
<template #content>
|
||||||
<ai-table :tableData="detailTable" isShowPagination :total="page.total" :current.sync="page.current"
|
<ai-table :tableData="detailTable" isShowPagination :total="page.total" :current.sync="page.current"
|
||||||
:size.sync="page.size" :col-configs="colConfigs" :dict="dict"/>
|
:size.sync="page.size" @getList="getDetail()" :col-configs="colConfigs" :dict="dict"/>
|
||||||
</template>
|
</template>
|
||||||
</ai-card>
|
</ai-card>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Reference in New Issue
Block a user