1
This commit is contained in:
parent
566fbd7571
commit
686cf0b04d
@ -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() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user