Browse Source

cert_id=0处理

zweizhao 7 years ago
parent
commit
042aa8dbe6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/main/index/dev_check.vue

+ 1 - 1
pages/main/index/dev_check.vue

@@ -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)