xq fix:"重新修改用户列表"
This commit is contained in:
@ -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
|
||||
};
|
||||
});
|
||||
|
Reference in New Issue
Block a user