fix(acting): add playload keyword

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2026-02-18 15:17:41 +07:00
parent 4af1421770
commit 7b72f9308c

View file

@ -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,