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 = {
|
const where = {
|
||||||
stepStatus: workStatus ? statusCondition : undefined,
|
stepStatus: readyToTask || workStatus ? statusCondition : undefined,
|
||||||
request: {
|
request: {
|
||||||
id: requestDataId,
|
id: requestDataId,
|
||||||
quotation: {
|
quotation: {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue