gaoluyang
2025-03-12 257b37f8a778d3ec62f614e73b31c69e27703a09
src/views/CNAS/process/sampleDisposal/sampleDisposal.vue
@@ -506,8 +506,7 @@
    // 导出详情
    handleDown0(row) {
      // 后端下载
      let url = this.javaApi + '/word/' + row.url
      this.$download.saveAs(url, row.month + ' 样品处理申请表');
      this.$download.saveAs(row.url, row.month + ' 样品处理申请表')
    },
    handleDelete(row) {
      this.$confirm("是否删除该条数据?", "提示", {
@@ -519,7 +518,8 @@
          delProcessDeal({ id: row.id }).then((res) => {
            if (res.code == 201) return;
            this.$message.success("删除成功");
            this.refresh();
            this.page.current = 0;
            this.getList();
          });
        })
        .catch(() => { });