gaoluyang
2025-02-17 b72eb89aa8360a323cb4e92ca252292cc38e6c03
实验室资质
已修改2个文件
3 ■■■■ 文件已修改
src/api/structural/laboratory.js 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/structural/capabilityAndLaboratory/laboratory/index.vue 1 ●●●● 补丁 | 查看 | 原始文档 | 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) {