diff --git a/pages/projectEnd/emergencyDisposal/index.vue b/pages/projectEnd/emergencyDisposal/index.vue index 54f2415f..7e2fd070 100644 --- a/pages/projectEnd/emergencyDisposal/index.vue +++ b/pages/projectEnd/emergencyDisposal/index.vue @@ -183,17 +183,15 @@ }, mounted() { this.getTime() - // this.getListData(); - // this.loadData(); - }, - onShow() { - this.dataList = []; - this.projectSn = JSON.parse(uni.getStorageSync('projectDetail')).projectSn; - this.statusBarHeight = uni.getStorageSync('systemInfo').statusBarHeight; this.getListData(); // this.loadData(); this.getRecordList() }, + onShow() { + // this.dataList = []; + this.projectSn = JSON.parse(uni.getStorageSync('projectDetail')).projectSn; + this.statusBarHeight = uni.getStorageSync('systemInfo').statusBarHeight; + }, methods: { //实时时间 getTime() {