浏览代码

chunzhongnaotan

liuhj 4 天之前
父节点
当前提交
768a8194b5
共有 1 个文件被更改,包括 1 次插入2 次删除
  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;