update code

dev_xds
haha 2024-08-26 00:32:50 +08:00
parent 7df6458d57
commit ef50617d64
1 changed files with 1 additions and 1 deletions

View File

@ -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: {