spring
2025-03-11 368b525db5f3f4f82b13c074341708a46b9a4111
src/views/structural/capabilityAndLaboratory/laboratory/index.vue
@@ -332,7 +332,7 @@
        this.$message.warning('暂无附件')
        return;
      }
      this.$download.downloadFileFromUrl(row.fileUrl, row.fileUrl);
      this.$download.saveAs(row.fileUrl, row.fileUrl);
    },
    openAdd() {
      this.qualificationsConnectVisible = true;
@@ -380,7 +380,6 @@
          addCertificationDetail({ ...this.formData })
            .then((res) => {
              this.loading = false;
              if (res.code === 201) return;
              this.$message.success("已提交");
              this.refreshTable();
              this.resetForm("formDataRef");