onload
This commit is contained in:
@@ -39,7 +39,7 @@
|
|||||||
menuList: []
|
menuList: []
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
created () {
|
onLoad () {
|
||||||
this._getBillsCount()
|
this._getBillsCount()
|
||||||
this.intervalId = setInterval(() => {
|
this.intervalId = setInterval(() => {
|
||||||
this._getBillsCount()
|
this._getBillsCount()
|
||||||
|
|||||||
@@ -279,7 +279,7 @@
|
|||||||
fstate: false
|
fstate: false
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
created () {
|
onLoad () {
|
||||||
this._getWarehouseInfo()
|
this._getWarehouseInfo()
|
||||||
this._getOrganizationInfo()
|
this._getOrganizationInfo()
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -246,7 +246,7 @@
|
|||||||
this.title = options.name
|
this.title = options.name
|
||||||
this.crType = options.type
|
this.crType = options.type
|
||||||
},
|
},
|
||||||
created () {
|
onLoad () {
|
||||||
this._getWarehouseInfo()
|
this._getWarehouseInfo()
|
||||||
this._getUserInfo()
|
this._getUserInfo()
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -205,7 +205,7 @@
|
|||||||
range1: []
|
range1: []
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
created () {
|
onLoad () {
|
||||||
this._getWarehouseInfo()
|
this._getWarehouseInfo()
|
||||||
this._getOrganizationInfo()
|
this._getOrganizationInfo()
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user