浏览代码

Synchronization

caojunjie 3 年之前
父节点
当前提交
92e6208549
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/views/system/user/index.vue

+ 0 - 1
src/views/system/user/index.vue

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