|
@@ -165,7 +165,7 @@ export default {
|
|
console.log(`当前页: ${val}`)
|
|
console.log(`当前页: ${val}`)
|
|
this.getList()
|
|
this.getList()
|
|
},
|
|
},
|
|
- warehouseChange(e) {
|
|
|
|
|
|
+ warehouseChange(e) {debugger
|
|
for (let i = 0; i < this.warehouseList.length; i++) {
|
|
for (let i = 0; i < this.warehouseList.length; i++) {
|
|
if (this.warehouseList[i].id == this.selectVal) {
|
|
if (this.warehouseList[i].id == this.selectVal) {
|
|
sessionStorage.setItem(
|
|
sessionStorage.setItem(
|
|
@@ -223,7 +223,7 @@ export default {
|
|
compId: this.compId
|
|
compId: this.compId
|
|
})
|
|
})
|
|
.toPromise()
|
|
.toPromise()
|
|
- .then(response => {
|
|
|
|
|
|
+ .then(response => {debugger
|
|
this.warehouseList = response
|
|
this.warehouseList = response
|
|
// if(this.userJurisdiction){
|
|
// if(this.userJurisdiction){
|
|
// this.warehouseList.unshift({warehouseName:response[0].flag})
|
|
// this.warehouseList.unshift({warehouseName:response[0].flag})
|