|
@@ -391,6 +391,7 @@ function getAutoPath(){
|
|
|
paths:paramsPaths
|
|
|
}).then(res=>{
|
|
|
layoutStore.toggleGlobalLoading(false)
|
|
|
+ debugger
|
|
|
let data = res.data.data;
|
|
|
allPathArr = data;
|
|
|
plans.value.forEach((item)=>{
|
|
@@ -577,7 +578,7 @@ watch(() => mapStore.draw_geometry, (val) => {
|
|
|
})
|
|
|
|
|
|
watch(() => mapStore.cubeResult, (val) => {
|
|
|
- showConflict()
|
|
|
+ //showConflict()
|
|
|
}, { deep: true })
|
|
|
|
|
|
|