12614bug企业信息修改页面返回弹窗问题修改
parent
89915ce805
commit
8354ae5f18
|
@ -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']
|
||||
|
|
Loading…
Reference in New Issue