From ef50617d640605ad3aeccf5ab7b95ec0c7b50401 Mon Sep 17 00:00:00 2001 From: haha Date: Mon, 26 Aug 2024 00:32:50 +0800 Subject: [PATCH] update code --- ruoyi-ui/src/views/device/pitSurveyPoint/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: {