12614bug企业信息修改页面返回弹窗问题修改

2024年2月1日V1.0.53.2
limingyu 2024-01-31 10:40:00 +08:00
parent 89915ce805
commit 8354ae5f18
1 changed files with 4 additions and 3 deletions

View File

@ -1078,12 +1078,13 @@ export default {
}, },
goBack() { goBack() {
this.$confirm('确定要退出吗?', { this.$confirm('确定要退出吗?', {
confirmButtonText: '确定',
cancelButtonText: '取消',
type: 'warning'
}).then(() => { }).then(() => {
this.$parent.activeName = 'corpView'
}).catch(() => { }).catch(() => {
}) })
this.$parent.activeName = 'corpView'
}, },
handleChangeIMGFour(file, fileList) { handleChangeIMGFour(file, fileList) {
const types = ['image/jpeg', 'image/jpg', 'image/png'] const types = ['image/jpeg', 'image/jpg', 'image/png']