|
|
@@ -1536,7 +1536,7 @@ function getStageStatus() {
|
|
|
} else {
|
|
|
if ([-100, -200].includes(current_stage_id)) {
|
|
|
return 3
|
|
|
- } else if ([-300, -301, -302, -303].includes(current_stage_id)) {
|
|
|
+ } else if ([-150, -300, -301, -302, -303].includes(current_stage_id)) {
|
|
|
// return 3; // 临时的
|
|
|
return BGL_OBJ?.status || -1;
|
|
|
}
|