Commit 9beb9c02 authored by zhengke's avatar zhengke

一键审批增加判断

parent cde63df3
...@@ -1038,7 +1038,7 @@ export default { ...@@ -1038,7 +1038,7 @@ export default {
let dataList = res.data.data.pageData; let dataList = res.data.data.pageData;
let newData = []; let newData = [];
dataList.forEach(x=>{ dataList.forEach(x=>{
if(x.IsBatchAudit==0){ if(x.IsBatchAudit==0||x.Type==1){
newData.push(x); newData.push(x);
} }
}) })
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment