fix: query param not work
This commit is contained in:
parent
dd1b762cf1
commit
23540b9d5c
1 changed files with 1 additions and 1 deletions
|
|
@ -238,7 +238,7 @@ export class RequestListController extends Controller {
|
|||
}
|
||||
|
||||
const where = {
|
||||
stepStatus: workStatus ? statusCondition : undefined,
|
||||
stepStatus: readyToTask || workStatus ? statusCondition : undefined,
|
||||
request: {
|
||||
id: requestDataId,
|
||||
quotation: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue