修复:项目管理的关联工单列表增加查询条件appId
This commit is contained in:
@@ -148,6 +148,7 @@
|
||||
if (hasRole('commander')) {
|
||||
where.commander = userStore.info?.userId;
|
||||
}
|
||||
where.appId = props.appId;
|
||||
return pageTask({
|
||||
...where,
|
||||
...orders,
|
||||
|
||||
Reference in New Issue
Block a user