修复:项目管理的关联工单列表增加查询条件appId

This commit is contained in:
gxwebsoft
2024-06-06 12:07:53 +08:00
parent 62bd0f7e36
commit 153b571705
14 changed files with 832 additions and 87 deletions

View File

@@ -148,6 +148,7 @@
if (hasRole('commander')) {
where.commander = userStore.info?.userId;
}
where.appId = props.appId;
return pageTask({
...where,
...orders,