|
@@ -636,7 +636,6 @@ export default {
|
|
if (valid) {
|
|
if (valid) {
|
|
if(!this.form.password) delete this.form.password
|
|
if(!this.form.password) delete this.form.password
|
|
if (this.form.userId != undefined) {
|
|
if (this.form.userId != undefined) {
|
|
- console.log(this.form)
|
|
|
|
updateUser(this.form).then(response => {
|
|
updateUser(this.form).then(response => {
|
|
this.msgSuccess("修改成功");
|
|
this.msgSuccess("修改成功");
|
|
this.open = false;
|
|
this.open = false;
|