xq fix:"重新修改用户列表"

This commit is contained in:
2025-07-08 17:23:15 +08:00
parent 5171251584
commit faec6667c8

View File

@ -543,7 +543,7 @@ function getAllList() {
getAll().then((res) => {
programList.value = res.data.map((item) => {
return {
nbqId: item.nbqId,
nbqId: item.projectId,
projectBrief: item.projectBrief
};
});