diff --git a/ruoyi-ui/src/views/device/pitSurveyPoint/index.vue b/ruoyi-ui/src/views/device/pitSurveyPoint/index.vue index edeba56f..8fa9683e 100644 --- a/ruoyi-ui/src/views/device/pitSurveyPoint/index.vue +++ b/ruoyi-ui/src/views/device/pitSurveyPoint/index.vue @@ -125,7 +125,7 @@ export default { }, computed:{ hasPosition(){ - return this.queryParams.subDeptId && this.pitSurveyPointList.length>0; + return this.queryParams.projectId && this.pitSurveyPointList.length>0; } }, methods: {