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