From 9dff7a453553f10020f349667d17cfa016614b8f Mon Sep 17 00:00:00 2001 From: gaoluyang <2820782392@qq.com> Date: 星期三, 05 三月 2025 10:43:25 +0800 Subject: [PATCH] 优化检验任务接口 --- src/views/CNAS/systemManagement/documentRecords/cancellationRecord.vue | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/src/views/CNAS/systemManagement/documentRecords/cancellationRecord.vue b/src/views/CNAS/systemManagement/documentRecords/cancellationRecord.vue index e766d78..686e6eb 100644 --- a/src/views/CNAS/systemManagement/documentRecords/cancellationRecord.vue +++ b/src/views/CNAS/systemManagement/documentRecords/cancellationRecord.vue @@ -244,7 +244,6 @@ exportOutManageRecordCancel(this.queryParams).then(res => { this.outLoading = false if (res.code == 201) return this.$message.error('瀵煎嚭澶辫触') - this.$message.success('瀵煎嚭鎴愬姛') let url = this.javaApi + '/word/' + res.data this.$download.saveAs(url, "浣滃簾鏂囦欢閿�姣佽褰�"); }) @@ -297,7 +296,7 @@ this.upLoading = false; if (response.code == 200) { this.$message.success('涓婁紶鎴愬姛'); - this.refreshTable()() + this.refreshTable() } else { this.$message.error('涓婁紶澶辫触'); } -- Gitblit v1.9.3