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']