Merge branch 'develop' into dev
All checks were successful
Build & Deploy on Dev / build (push) Successful in 2m58s
All checks were successful
Build & Deploy on Dev / build (push) Successful in 2m58s
This commit is contained in:
commit
c7c2b4f4bb
1 changed files with 1 additions and 1 deletions
|
|
@ -172,7 +172,7 @@ async function fetchPosMaster() {
|
||||||
await http
|
await http
|
||||||
.post(config.API.orgPosAct + `/search`, {
|
.post(config.API.orgPosAct + `/search`, {
|
||||||
...params.value,
|
...params.value,
|
||||||
// keyword: keyword.value.trim(),
|
keyword: keyword.value.trim(),
|
||||||
posmasterId: posmasterId.value,
|
posmasterId: posmasterId.value,
|
||||||
isAll: isAll.value,
|
isAll: isAll.value,
|
||||||
isAllRoot: isAllRoot.value,
|
isAllRoot: isAllRoot.value,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue