gaoluyang
2025-02-17 b72eb89aa8360a323cb4e92ca252292cc38e6c03
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) {