setTimeout
This commit is contained in:
@@ -277,7 +277,9 @@ export default {
|
|||||||
if (res?.data) {
|
if (res?.data) {
|
||||||
this.info = res.data;
|
this.info = res.data;
|
||||||
this.tableData = res.data.executedList.records;
|
this.tableData = res.data.executedList.records;
|
||||||
|
setTimeout(()=>{
|
||||||
this.getPieEcharts();
|
this.getPieEcharts();
|
||||||
|
}, 1000)
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -140,7 +140,6 @@ export default {
|
|||||||
prevFile(file) {
|
prevFile(file) {
|
||||||
this.$loading()
|
this.$loading()
|
||||||
this.previewFile({ ...file }).then(()=>{
|
this.previewFile({ ...file }).then(()=>{
|
||||||
// uni.hideLoading()
|
|
||||||
this.$hideLoading()
|
this.$hideLoading()
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user