Explorar o código

修改通知公告

qinyan hai 3 meses
pai
achega
5a5887124a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      ruoyi-vue/src/views/system/notice/notice_user.vue

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

@@ -152,7 +152,7 @@ function resetQuery() {
 
 // 多选框选中数据
 function handleSelectionChange(selection) {
-  ids.value = selection.map(item => item.studentId);
+  ids.value = selection.map(item => item.userId);
   single.value = selection.length !== 1;
   multiple.value = !selection.length;
 }