Browse Source

修改疏浚前后地形切换工程信息

zk 1 year ago
parent
commit
633de12236
1 changed files with 5 additions and 0 deletions
  1. 5 0
      src/views/hdsj/Index.vue

+ 5 - 0
src/views/hdsj/Index.vue

@@ -266,6 +266,11 @@ function handleShowBingTu()
     currentProject.id = item.id
     currentProject.name = item.prjName
     currentProject.status = item.status
+    if( currentProject.id!='1648916350938120192'){
+      shujunState.value = null
+      compareSjBeforeAfter(null,false)
+    }
+
 
   }