This commit is contained in:
”Rain“ 2024-05-26 19:13:56 +08:00
parent 566fbd7571
commit 686cf0b04d

View File

@ -183,17 +183,15 @@
}, },
mounted() { mounted() {
this.getTime() 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.getListData();
// this.loadData(); // this.loadData();
this.getRecordList() this.getRecordList()
}, },
onShow() {
// this.dataList = [];
this.projectSn = JSON.parse(uni.getStorageSync('projectDetail')).projectSn;
this.statusBarHeight = uni.getStorageSync('systemInfo').statusBarHeight;
},
methods: { methods: {
// //
getTime() { getTime() {