合并版本v0.8.2.2.release

This commit is contained in:
wuhongjian 2022-07-18 10:21:49 +08:00
commit e2e0dd8f6c
1 changed files with 7 additions and 7 deletions

View File

@ -415,13 +415,13 @@
const getCamera = () => { const getCamera = () => {
console.log('初始化调用') console.log('初始化调用')
console.log('不选左侧树的时候不调用接口', mapSearchParam.value) console.log('不选左侧树的时候不调用接口', mapSearchParam.value)
if (mapSearchParam.value.parentId) { // if (mapSearchParam.value.parentId) {
getCameraByParentId(mapSearchParam.value).then((res) => { getCameraByParentId(mapSearchParam.value).then((res) => {
console.log('RRRRRRRRRR', res.data.data) console.log('RRRRRRRRRR', res.data.data)
dataSource.value = res.data.data dataSource.value = res.data.data
pagination.value.total = res.data.count pagination.value.total = res.data.count
}) })
} // }
} }
// //
const addShoppingCart = () => { const addShoppingCart = () => {