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