qinyan 3 сар өмнө
parent
commit
242d40fec4

+ 1 - 1
ruoyi-vue/src/views/system/notice/notice_user.vue

@@ -120,7 +120,7 @@ const {queryParams, form} = toRefs(data);
 
 /** 保存选中的数据编号 */
 function getRowKey(row) {
-  return row.studentId;
+  return row.userId;
 }
 
 function getUsers(value) {