This commit is contained in:
parent
5fe4e9ae91
commit
8a873a776a
|
|
@ -189,6 +189,7 @@ const getCodeList = () => {
|
||||||
console.log(boxInfo.value)
|
console.log(boxInfo.value)
|
||||||
let param = {
|
let param = {
|
||||||
boxId: boxInfo.value.boxId,
|
boxId: boxInfo.value.boxId,
|
||||||
|
keyWord: searchValue.value,
|
||||||
}
|
}
|
||||||
getAppBoxNumListApi(param)
|
getAppBoxNumListApi(param)
|
||||||
.then((res) => {
|
.then((res) => {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue