Commit e586c340 by lixinming

加入字段

parent ffbf2da2
...@@ -45,7 +45,7 @@ export async function qualityList(userInfo, bId:number, first:number, second:num ...@@ -45,7 +45,7 @@ export async function qualityList(userInfo, bId:number, first:number, second:num
}); });
}); });
return {dataList, dataCount}; return {dataList, dataCount, permission:userInfo.isSuperAdminPlus};
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment