From 4fcf766a0e293ed8163b981d0766f80eb9c84a2a Mon Sep 17 00:00:00 2001
From: wangfei <3597712270@qq.com>
Date: 星期一, 24 三月 2025 16:44:43 +0800
Subject: [PATCH] 上片、掰片、卧式缓存、磨边、大理片笼、钢化、系统管理模块,控制台报错问题

---
 UI-Project/src/views/User/userlist.vue |   12 ++----------
 1 files changed, 2 insertions(+), 10 deletions(-)

diff --git a/UI-Project/src/views/User/userlist.vue b/UI-Project/src/views/User/userlist.vue
index ba6b53d..88571f1 100644
--- a/UI-Project/src/views/User/userlist.vue
+++ b/UI-Project/src/views/User/userlist.vue
@@ -36,8 +36,7 @@
     } else {  
       ElMessage.warning(response.data);  
     }  
-  } catch (error) {  
-    console.error('Error fetching options:', error);  
+  } catch (error) {
   }  
 }; 
 // 閲嶇疆瀵嗙爜
@@ -54,7 +53,6 @@
     );
     if (confirmResult === 'confirm') {
       var url="/loadGlass/sys/user/resetPassword?userId="+row.id;
-      console.log(url);
       const response = await request.post(url, {
         esdId: row.esdId
     })
@@ -65,7 +63,6 @@
       }  
     }  
   } catch (error) {
-    console.error('鍙戠敓閿欒:', error);  
   }  
 }; 
 const titleSelectJsona = ref({
@@ -86,8 +83,7 @@
     } else {  
       ElMessage.warning(response.data);  
     }  
-  } catch (error) {  
-    console.error('Error fetching options:', error);  
+  } catch (error) {
   }  
 }; 
 // 澶勭悊缂栬緫鎸夐挳鐐瑰嚮  
@@ -134,7 +130,6 @@
       ElMessage.error(response.message);
     }
   } catch (error) {
-    console.error(error);
   }
 };
 // 缂栬緫
@@ -159,7 +154,6 @@
       ElMessage.error(response.message);
     }
   } catch (error) {
-    console.error(error);
   }
 };
 // 鍒犻櫎 
@@ -184,7 +178,6 @@
       }  
     }  
   } catch (error) {
-    console.error('鍙戠敓閿欒:', error);  
   }  
 };   
 </script>
@@ -194,7 +187,6 @@
     <el-card style="flex: 1;margin-left: 10px;margin-top: 20px;" v-loading="loading">
       <div style="width: 98%; height: calc(100% - 35px); overflow-y: auto;">
         <el-table height="750" ref="table" 
-        @selection-change="handleSelectionChange"
         :data="tableData" :header-cell-style="{background:'#F2F3F5 ',color:'#1D2129'}">
           <el-table-column prop="userName" align="center" :label="$t('productStock.username')" min-width="180" />
           <el-table-column align="center" :label="$t('productStock.role')" min-width="80">

--
Gitblit v1.8.0