setTimeout

This commit is contained in:
shijingjing
2022-08-01 17:00:54 +08:00
parent cb621e576d
commit 0d28ef2e2e
2 changed files with 3 additions and 2 deletions

View File

@@ -277,7 +277,9 @@ export default {
if (res?.data) {
this.info = res.data;
this.tableData = res.data.executedList.records;
this.getPieEcharts();
setTimeout(()=>{
this.getPieEcharts();
}, 1000)
}
});
},