From 573265f7d79341298ba4287be38f00ddbc66e7ec Mon Sep 17 00:00:00 2001 From: gaoluyang <2820782392@qq.com> Date: 星期五, 07 三月 2025 12:00:51 +0800 Subject: [PATCH] 标准查新bug --- src/views/CNAS/systemManagement/documentRecords/cancellationRecord.vue | 9 --------- 1 files changed, 0 insertions(+), 9 deletions(-) diff --git a/src/views/CNAS/systemManagement/documentRecords/cancellationRecord.vue b/src/views/CNAS/systemManagement/documentRecords/cancellationRecord.vue index c214077..3ab5cc0 100644 --- a/src/views/CNAS/systemManagement/documentRecords/cancellationRecord.vue +++ b/src/views/CNAS/systemManagement/documentRecords/cancellationRecord.vue @@ -324,9 +324,6 @@ if (this.title == '鏂板') { addManageRecordCancel(obj).then(res => { this.addLoading = false - if (res.code == 201) { - return - } this.addDialogVisible = false this.$message({ type: 'success', @@ -337,9 +334,6 @@ } else { doManageRecordCancel(obj).then(res => { this.addLoading = false - if (res.code == 201) { - return - } this.addDialogVisible = false this.$message({ type: 'success', @@ -378,7 +372,6 @@ if (action === 'confirm') { // 鐐瑰嚮鈥滅‘瀹氣�濇寜閽紝鍏佽鍏抽棴 ratifyManageRecordCancel({ id: row.id, ratifyState: '閫氳繃' }).then(res => { - if (res.code === 201) return this.refreshTable() done(); this.$message({ @@ -392,7 +385,6 @@ } else if (action === 'cancel') { // 鐐瑰嚮鈥滃彇娑堚�濇寜閽紝涓嶅厑璁稿叧闂� ratifyManageRecordCancel({ id: row.id, ratifyState: '涓嶉�氳繃' }).then(res => { - if (res.code === 201) return this.refreshTable() done(); this.$message({ @@ -420,7 +412,6 @@ }) .then(() => { delManageRecordCancel({ id: row.id }).then((res) => { - if (res.code == 201) return; this.$message.success("鍒犻櫎鎴愬姛"); this.refresh(); }); -- Gitblit v1.9.3