基础设施

This commit is contained in:
851673013@qq.com 2022-07-18 09:13:39 +08:00
parent 9001b5a5e1
commit 3ad0e3e77c
1 changed files with 7 additions and 7 deletions

View File

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