Browse Source

修改通知公告

qinyan 3 months ago
parent
commit
242d40fec4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ruoyi-vue/src/views/system/notice/notice_user.vue

+ 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) {