|
|
@@ -1580,7 +1580,7 @@ function getStageStatus() {
|
|
|
return ppStatus
|
|
|
} else return current_stage_status;
|
|
|
} else {
|
|
|
- if ([-100, -200, -600, -700].includes(current_stage_id)) {
|
|
|
+ if ([-100, -200, -600].includes(current_stage_id)) {
|
|
|
return 3
|
|
|
} else if ([-150, -300, -301, -302, -303, -700].includes(current_stage_id)) {
|
|
|
// return 3; // 临时的
|