From bc5cc53944b695f17b3bfdcb2c2045fdd0c430fa Mon Sep 17 00:00:00 2001 From: duanliangtao Date: Wed, 11 Oct 2023 14:00:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=96=87=E5=AD=97=E6=8F=8F?= =?UTF-8?q?=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/goverhotline/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/modules/goverhotline/index.vue b/src/views/modules/goverhotline/index.vue index 2b62f451f..dac1fb5de 100644 --- a/src/views/modules/goverhotline/index.vue +++ b/src/views/modules/goverhotline/index.vue @@ -590,11 +590,11 @@ export default { const url = '/governance/dwdEvent/report'; const {formData } = this; - const { data, code, msg } = await requestPost(url, { + const { data, code, internalMsg } = await requestPost(url, { ...formData }); if (code != 0) { - this.$message.error(msg); + this.$message.info(internalMsg); return; } if (!data) {