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