Commit 8d20102f authored by hezhen's avatar hezhen

修改密码框

parent 0505c2fa
......@@ -378,6 +378,7 @@ export default {
putObj(this.form.id, this.form).then(() => {
this.dialogFormVisible = false;
this.getList();
this.form.password = undefined;
this.$notify({
title: '成功',
message: '编辑成功',
......@@ -397,8 +398,9 @@ export default {
sex: '男',
status: 1,
zoneId: undefined,
passwordEdit:undefined,
companyId: undefined,
password: undefined,
password: "",
description: undefined,
dataLimit: [],
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