Ver código fonte

chunzhongnaotan

liuhj 4 dias atrás
pai
commit
768a8194b5
1 arquivos alterados com 1 adições e 2 exclusões
  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;