bug
This commit is contained in:
parent
6bc0df62eb
commit
aed2ff5efc
@ -239,8 +239,8 @@ export default {
|
|||||||
this.getStoreTotal()
|
this.getStoreTotal()
|
||||||
this.selectChildByDeptIdApi()
|
this.selectChildByDeptIdApi()
|
||||||
// this.getStoreAmount()
|
// this.getStoreAmount()
|
||||||
this.value = this.deptId
|
// this.value = this.deptId
|
||||||
this.chooseDept()
|
// this.chooseDept()
|
||||||
this.selectBannerList()
|
this.selectBannerList()
|
||||||
let start = new Date();
|
let start = new Date();
|
||||||
start.setHours(0)
|
start.setHours(0)
|
||||||
@ -321,6 +321,9 @@ export default {
|
|||||||
selectChildByDeptIdApi() {
|
selectChildByDeptIdApi() {
|
||||||
selectChildByDeptId().then(res => {
|
selectChildByDeptId().then(res => {
|
||||||
this.options = res.data
|
this.options = res.data
|
||||||
|
|
||||||
|
this.value = this.deptId
|
||||||
|
this.chooseDept()
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
getStoreTotal(){
|
getStoreTotal(){
|
||||||
|
@ -244,9 +244,9 @@ export default {
|
|||||||
this.value1 = [parseTime(oneWeekAgo),parseTime(nowDate)]
|
this.value1 = [parseTime(oneWeekAgo),parseTime(nowDate)]
|
||||||
this.getStoreTotal()
|
this.getStoreTotal()
|
||||||
this.selectChildByDeptIdApi()
|
this.selectChildByDeptIdApi()
|
||||||
// this.getStoreAmount()
|
// // this.getStoreAmount()
|
||||||
this.value = this.deptId
|
// this.value = this.deptId
|
||||||
this.chooseDept()
|
// this.chooseDept()
|
||||||
this.selectBannerList()
|
this.selectBannerList()
|
||||||
let start = new Date();
|
let start = new Date();
|
||||||
start.setHours(0)
|
start.setHours(0)
|
||||||
@ -333,6 +333,8 @@ export default {
|
|||||||
selectChildByDeptIdApi() {
|
selectChildByDeptIdApi() {
|
||||||
selectChildByDeptId().then(res => {
|
selectChildByDeptId().then(res => {
|
||||||
this.options = res.data
|
this.options = res.data
|
||||||
|
this.value = this.deptId
|
||||||
|
this.chooseDept()
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
getStoreTotal(){
|
getStoreTotal(){
|
||||||
|
Loading…
Reference in New Issue
Block a user