|
@@ -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)
|
|
|
+ }
|
|
|
+
|
|
|
|
|
|
}
|
|
|
|