src/api/structural/laboratory.js | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/views/structural/capabilityAndLaboratory/laboratory/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/api/structural/laboratory.js
@@ -4,7 +4,7 @@ export function getCertificationDetail(query) { return request({ url: '/certification/getCertificationDetail', method: 'post', method: 'get', params: query }) } src/views/structural/capabilityAndLaboratory/laboratory/index.vue
@@ -221,6 +221,7 @@ }, refreshTable() { if (this.radio === '0') { this.tableLoading = true; getCertificationDetail({...this.page,...this.queryParams,}).then(res => { this.tableLoading = false if (res.code === 200) {