fix(acting): add playload keyword
This commit is contained in:
parent
4af1421770
commit
7b72f9308c
1 changed files with 1 additions and 1 deletions
|
|
@ -172,7 +172,7 @@ async function fetchPosMaster() {
|
|||
await http
|
||||
.post(config.API.orgPosAct + `/search`, {
|
||||
...params.value,
|
||||
// keyword: keyword.value.trim(),
|
||||
keyword: keyword.value.trim(),
|
||||
posmasterId: posmasterId.value,
|
||||
isAll: isAll.value,
|
||||
isAllRoot: isAllRoot.value,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue