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)
|
||||
}
|
||||
});
|
||||
},
|
||||
|
||||
@@ -140,7 +140,6 @@ export default {
|
||||
prevFile(file) {
|
||||
this.$loading()
|
||||
this.previewFile({ ...file }).then(()=>{
|
||||
// uni.hideLoading()
|
||||
this.$hideLoading()
|
||||
})
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user