From 7a98f5bf95d3b9e81f41a4cb55355a646d959b6f Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Thu, 11 Jul 2024 16:16:11 +0800 Subject: [PATCH] =?UTF-8?q?2024-07-11=20=E5=8A=9F=E8=83=BD=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/qc/qcTemplate.vue | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/views/modules/qc/qcTemplate.vue b/src/views/modules/qc/qcTemplate.vue index a97be8b..1fe9055 100644 --- a/src/views/modules/qc/qcTemplate.vue +++ b/src/views/modules/qc/qcTemplate.vue @@ -1513,6 +1513,12 @@ if (data && data.code === 0) { this.getDataList() this.detailModelFlag = false + this.$message({ + message: '操作成功', + type: 'success', + duration: 1500, + onClose: () => {} + }) } else { this.$alert(data.msg, '错误', { confirmButtonText: '确定'