소스 검색

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;