From 8354ae5f18b87801427108804f8cb0cc0bf9e654 Mon Sep 17 00:00:00 2001 From: limingyu Date: Wed, 31 Jan 2024 10:40:00 +0800 Subject: [PATCH] =?UTF-8?q?12614bug=E4=BC=81=E4=B8=9A=E4=BF=A1=E6=81=AF?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=A1=B5=E9=9D=A2=E8=BF=94=E5=9B=9E=E5=BC=B9?= =?UTF-8?q?=E7=AA=97=E9=97=AE=E9=A2=98=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../corpInfo/information/info/components/corpEdit.vue | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/views/corpInfo/information/info/components/corpEdit.vue b/src/views/corpInfo/information/info/components/corpEdit.vue index ad3dd3a..7f87fc6 100644 --- a/src/views/corpInfo/information/info/components/corpEdit.vue +++ b/src/views/corpInfo/information/info/components/corpEdit.vue @@ -1078,12 +1078,13 @@ export default { }, goBack() { this.$confirm('确定要退出吗?', { - + confirmButtonText: '确定', + cancelButtonText: '取消', + type: 'warning' }).then(() => { - + this.$parent.activeName = 'corpView' }).catch(() => { }) - this.$parent.activeName = 'corpView' }, handleChangeIMGFour(file, fileList) { const types = ['image/jpeg', 'image/jpg', 'image/png']