Commit 27dff9d3 by 莫晓莉

执行转换如果为false继续执行方法

parent 58318d58
......@@ -217,7 +217,8 @@ export default ({
doTrans(pamer).then((res) => {
if(res){
console.log('返回执行的数据====',res);
// this.tableData=res;
if(res.finished){
// this.tableData=res;
this.stepMeasure=res.stepMeasure
this.mylog=res.log;
this.finished=res.finished;//执行转换以后
......@@ -234,6 +235,14 @@ export default ({
})
this.tableData = tableData
}else{
setTimeout(() => {
this.doTrans();
}, 100);
}
}
})
},
......
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