修改门店di
parent
ca6c04348c
commit
3abe54740e
|
|
@ -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,
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in New Issue