BUG 29766

This commit is contained in:
aixianling
2022-05-23 09:13:53 +08:00
parent ffcd58a34a
commit 48a6abc8b0
2 changed files with 2 additions and 2 deletions

View File

@@ -86,6 +86,7 @@ export default {
}).then(res => {
if (res?.data) {
this.tableData = res.data.records
this.page.total = res.data.total
}
})
}

View File

@@ -41,8 +41,7 @@
</template>
</ai-search-bar>
<ai-table :tableData="tableData" :col-configs="colConfigs" :total="page.total" border :dict="dict" :current.sync="page.current"
:size.sync="page.size"
@getDetail="getDetail"/>
:size.sync="page.size" @getDetail="getDetail"/>
</template>
</ai-card>
</template>