|
@@ -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;
|