setTimeout
This commit is contained in:
@@ -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)
|
||||
}
|
||||
});
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user