liuhj 4 nap óta
szülő
commit
768a8194b5
1 módosított fájl, 1 hozzáadás és 2 törlés
  1. 1 2
      src/components/OP/DepartProcessList.vue

+ 1 - 2
src/components/OP/DepartProcessList.vue

@@ -449,8 +449,7 @@ export default {
             this.load(); // 重新加载数据
         },
         showdialog(flag, workTaskId, workOrderId, isReview, isSubmit,active,indexs) {
-            console.log(flag, workTaskId, workOrderId, isReview, isSubmit,active,indexs);
-            if (active!=indexs+1&&active!==undefined&&indexs!==undefined) {
+            if (active<indexs+1&&active!==undefined&&indexs!==undefined) {
                 return;
             }
             this.dialogVisible = flag;