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