1.0.1 修复软件控制权限

This commit is contained in:
2025-01-12 15:31:58 +08:00
parent 8b1ccfed47
commit 6512858af4
3 changed files with 6 additions and 4 deletions
+1
View File
@@ -39,6 +39,7 @@ async function ApplyUserSoftwareControl(userId: number) {
* @returns
*/
async function GetUserSoftwareControlCollection(tableParams: TableModel.TableParams, queryParams: SoftwareModel.SoftwareControlQueryParams) {
debugger
let data = {
...queryParams,
page: tableParams.pagination?.current,