提交 d2459b44 authored 作者: fit2cloud-chenyw's avatar fit2cloud-chenyw

fix: 【ID1004552】【用户管理】编辑用户无法删除组织

上级 21bdf84f
......@@ -285,6 +285,7 @@ export default {
save() {
this.$refs.createUserForm.validate(valid => {
if (valid) {
!this.form.deptId && (this.form.deptId = 0)
const method = this.formType === 'add' ? addUser : editUser
method(this.form).then(res => {
this.$success(this.$t('commons.save_success'))
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论