feat:样品库管理

This commit is contained in:
houjunxiang
2025-11-21 17:56:33 +08:00
parent 7ee3df9ab9
commit 753766893b
24 changed files with 818 additions and 218 deletions

View File

@@ -34,5 +34,12 @@ export default {
url: '/sys/app-client-role/getListByUserIdAndClientId',
method: 'GET'
})
}
},
// 获取当前部门下的用户
getAssignUserList: params =>
request({
url: '/qms/bus/sample/task-assign/getAssignUserList',
method: 'GET',
params
})
}