From dda82a85f10294bda3df4192aecc3f763bf629f8 Mon Sep 17 00:00:00 2001 From: qinxianzhangyao <11053546+qinxianzhangyao@user.noreply.gitee.com> Date: 星期五, 13 十月 2023 09:02:56 +0800 Subject: [PATCH] xpdytj --- src/views/system/user/index.vue | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/src/views/system/user/index.vue b/src/views/system/user/index.vue index bcc6e62..89875c4 100644 --- a/src/views/system/user/index.vue +++ b/src/views/system/user/index.vue @@ -942,7 +942,6 @@ getDeptTree() { deptTreeSelect().then((response) => { this.deptOptions = response.data; - console.log(this.deptOptions); }); }, // 绛涢�夎妭鐐� @@ -1111,7 +1110,6 @@ }, /** 閲嶇疆瀵嗙爜鎸夐挳鎿嶄綔 */ handleResetPwd(row) { - console.log(row); this.dialogVisible1 = true; this.row = row; // this.$prompt('璇疯緭鍏�"' + row.userName + '"鐨勬柊瀵嗙爜', "鎻愮ず", { @@ -1136,7 +1134,6 @@ userId:this.row.userId, } resetUserPwd(data).then(res=>{ - console.log(res); if(res.code == 200){ this.$modal.msgSuccess("淇敼鎴愬姛"); this.dialogVisible1 = false; -- Gitblit v1.8.0