Compare commits

..

No commits in common. "c7c2b4f4bb4eaf9183f66e718949db2edbfeb363" and "817f8da43b2e2b33bcdf86db6ef7361fa9fe34e5" have entirely different histories.

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,