修改了对应的企业管理模块

This commit is contained in:
chendaze 2024-04-08 15:25:58 +08:00
parent 96f2c139fc
commit 12f06ee970

View File

@ -260,6 +260,8 @@ export default {
this.$message.success('保存成功')
this.$emit('ok')
this.visible = false
this.photoImageUrl= ''
this.avatarImageUrl = ''
} else {
this.$message.error(res.msg)
}