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() {
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() {