|
@@ -822,8 +822,11 @@ export default {
|
|
},
|
|
},
|
|
infomation() {
|
|
infomation() {
|
|
this.axios.get('/api/v1/uc/getSteelWarehouse').then(res => {
|
|
this.axios.get('/api/v1/uc/getSteelWarehouse').then(res => {
|
|
- console.log(res.data)
|
|
+ console.log(res.data, 'res111')
|
|
- this.option = res.data
|
|
+ this.option = res.data.filter(item => {
|
|
|
|
+ return !item.value.includes('欧冶')
|
|
|
|
+ })
|
|
|
|
+ console.log(this.option, 'option')
|
|
})
|
|
})
|
|
},
|
|
},
|
|
//记录每一行的合并数
|
|
//记录每一行的合并数
|