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;
setTimeout(()=>{
this.getPieEcharts();
}, 1000)
}
});
},

View File

@@ -140,7 +140,6 @@ export default {
prevFile(file) {
this.$loading()
this.previewFile({ ...file }).then(()=>{
// uni.hideLoading()
this.$hideLoading()
})
},