รักษาการแทน => ปรับ API

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-06-26 09:40:14 +07:00
parent eee6504a5d
commit a0035e70dc

View file

@ -146,7 +146,7 @@ function fetchPosMaster() {
http http
.post(config.API.orgPosAct + `/search`, { .post(config.API.orgPosAct + `/search`, {
posmasterId: posmasterId.value, posmasterId: posmasterId.value,
// isAll: isAll.value, isAll: isAll.value,
}) })
.then((res) => { .then((res) => {
const data = res.data.result; const data = res.data.result;