BUG 29766
This commit is contained in:
@@ -86,6 +86,7 @@ export default {
|
||||
}).then(res => {
|
||||
if (res?.data) {
|
||||
this.tableData = res.data.records
|
||||
this.page.total = res.data.total
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user