From fc51a8c66174c13180ffe671e7e6573b1d3f0e42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A5=89=E6=96=8C?= <947164239@qq.com> Date: Fri, 16 Aug 2019 20:50:23 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=8D=E9=A6=88=E9=A1=B5=E9=9D=A2=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=EF=BC=88=E5=86=8D=E6=94=B9=E5=90=83=E5=B1=8E=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/feedback.vue | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/layout/feedback.vue b/src/layout/feedback.vue index 8a46c3e..c5b26dd 100644 --- a/src/layout/feedback.vue +++ b/src/layout/feedback.vue @@ -40,7 +40,6 @@ import SimpleDrawingBoard from 'simple-drawing-board' import html2canvas from 'html2canvas' export default { props: ['showDialog'], - data() { return { feedback: { @@ -101,7 +100,7 @@ export default { }) .catch(e => { this.dataLoading = false - util.showErrorMessageBox(e) + console.log(e) }) }) }, @@ -137,9 +136,7 @@ export default { type: 'success', duration: 2500 }) - if (res.data.data.status === 1) { - this.show = false - } + this.show = false } catch (e) { this.$notify({ title: '提交失败',