This commit is contained in:
2024-07-09 10:57:24 +08:00
parent 60c5e7f670
commit c7a37b35d3
4 changed files with 4 additions and 4 deletions

View File

@@ -39,7 +39,7 @@
menuList: []
};
},
created () {
onLoad () {
this._getBillsCount()
this.intervalId = setInterval(() => {
this._getBillsCount()

View File

@@ -279,7 +279,7 @@
fstate: false
};
},
created () {
onLoad () {
this._getWarehouseInfo()
this._getOrganizationInfo()
},

View File

@@ -246,7 +246,7 @@
this.title = options.name
this.crType = options.type
},
created () {
onLoad () {
this._getWarehouseInfo()
this._getUserInfo()
},

View File

@@ -205,7 +205,7 @@
range1: []
};
},
created () {
onLoad () {
this._getWarehouseInfo()
this._getOrganizationInfo()
},