|
|
@@ -169,7 +169,7 @@ export default {
|
|
|
async getTableData() {
|
|
|
this.tableData = []
|
|
|
let page = this.currentPage
|
|
|
- let cert_id = this.certID
|
|
|
+ let cert_id = Number(this.certID)
|
|
|
let body = { page, cert_id }
|
|
|
let res = await this.$post("/api/admin/audit/getList", body)
|
|
|
// console.log(body)
|