ソースを参照

修正人员分配页进入条件

Frankensteinly 7 ヶ月 前
コミット
dc3d0be3fc

+ 1 - 1
app/src/main/java/com/grkj/iscs/view/fragment/StepFragment.kt

@@ -252,7 +252,7 @@ class StepFragment(val goBack: () -> Unit, val changePage: (PageChangeBO) -> Uni
         if (mStep == 0) return
         when (step) {
             3 -> {
-                if (mStep > 5 || mStep != 2) {
+                if (mStep > 5) {
                     ToastUtils.tip(R.string.current_step_can_not_be_process)
                     return
                 }