From 312e207ed418e190949f0c5f4eedda50fa40f360 Mon Sep 17 00:00:00 2001
From: su1124 <1583764726@qq.com>
Date: 星期四, 14 九月 2023 17:53:39 +0800
Subject: [PATCH] su

---
 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