From 53a8080b06485a70ee44d1f59e1170f628c2fa38 Mon Sep 17 00:00:00 2001 From: gaoluyang <2820782392@qq.com> Date: 星期五, 07 三月 2025 14:46:09 +0800 Subject: [PATCH] 检验状态中的原材料单上传附件后,点击删除,页面未响应 --- src/views/CNAS/systemManagement/documentRecords/regularReviewsRecord.vue | 11 ----------- 1 files changed, 0 insertions(+), 11 deletions(-) diff --git a/src/views/CNAS/systemManagement/documentRecords/regularReviewsRecord.vue b/src/views/CNAS/systemManagement/documentRecords/regularReviewsRecord.vue index a2195e4..60eafd1 100644 --- a/src/views/CNAS/systemManagement/documentRecords/regularReviewsRecord.vue +++ b/src/views/CNAS/systemManagement/documentRecords/regularReviewsRecord.vue @@ -474,9 +474,6 @@ if (this.title == '鏂板') { addManageRecordIntervals(obj).then(res => { this.addLoading = false - if (res.code == 201) { - return - } this.addDialogVisible = false this.$message({ type: 'success', @@ -487,9 +484,6 @@ } else { doManageRecordIntervals(obj).then(res => { this.addLoading = false - if (res.code == 201) { - return - } this.addDialogVisible = false this.$message({ type: 'success', @@ -516,9 +510,6 @@ ratifyState: state }).then(res => { this.checkLoading = false - if (res.code == 201) { - return - } this.noCheckLoading = false this.$message({ type: 'success', @@ -553,7 +544,6 @@ submitManageRecordIntervalsTotal({ id: row.id }).then(res => { - if (res.code === 201) return this.$message({ type: 'success', message: '鎻愪氦鎴愬姛!' @@ -575,7 +565,6 @@ }) .then(() => { delManageRecordIntervals({ id: row.id }).then((res) => { - if (res.code == 201) return; this.$message.success("鍒犻櫎鎴愬姛"); this.refreshTable(); }); -- Gitblit v1.9.3