修改门店di

main
unknown 2024-05-15 11:47:17 +08:00
parent ca6c04348c
commit 3abe54740e
1 changed files with 2 additions and 1 deletions

View File

@ -270,12 +270,13 @@ const getList = async () => {
start_at: currentC.value.start,
end_at: currentC.value.end
}
if (tabIndex.value == 0) {
if (tabIndex1.value == 0) {
params = {
...params,
...shoreInfo.value,
}
}
const resData = await http.get(url, {
params: params,
})