Commit 8d20102f authored by hezhen's avatar hezhen

修改密码框

parent 0505c2fa
...@@ -378,6 +378,7 @@ export default { ...@@ -378,6 +378,7 @@ export default {
putObj(this.form.id, this.form).then(() => { putObj(this.form.id, this.form).then(() => {
this.dialogFormVisible = false; this.dialogFormVisible = false;
this.getList(); this.getList();
this.form.password = undefined;
this.$notify({ this.$notify({
title: '成功', title: '成功',
message: '编辑成功', message: '编辑成功',
...@@ -397,8 +398,9 @@ export default { ...@@ -397,8 +398,9 @@ export default {
sex: '男', sex: '男',
status: 1, status: 1,
zoneId: undefined, zoneId: undefined,
passwordEdit:undefined,
companyId: undefined, companyId: undefined,
password: undefined, password: "",
description: undefined, description: undefined,
dataLimit: [], dataLimit: [],
members: [], members: [],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment