组件服务-挂载
This commit is contained in:
parent
29a5016590
commit
2330dd5680
|
@ -386,19 +386,19 @@ export default {
|
||||||
this.mixinViewModuleOptions.requestCallback(res.data)
|
this.mixinViewModuleOptions.requestCallback(res.data)
|
||||||
}
|
}
|
||||||
this.dataListLoading = false
|
this.dataListLoading = false
|
||||||
this.dataList.map((item, index) => {
|
// this.dataList.map((item, index) => {
|
||||||
const dataListSinforList = []
|
// const dataListSinforList = []
|
||||||
item.infoList.map((itemson, indexson) => {
|
// item.infoList.map((itemson, indexson) => {
|
||||||
if (
|
// if (
|
||||||
itemson.attrType === '部署位置' ||
|
// itemson.attrType === '部署位置' ||
|
||||||
itemson.attrType === '组件类型' ||
|
// itemson.attrType === '组件类型' ||
|
||||||
itemson.attrType === '应用领域'
|
// itemson.attrType === '应用领域'
|
||||||
) {
|
// ) {
|
||||||
dataListSinforList.push(itemson)
|
// dataListSinforList.push(itemson)
|
||||||
}
|
// }
|
||||||
})
|
// })
|
||||||
this.dataList[index].infoList = dataListSinforList
|
// this.dataList[index].infoList = dataListSinforList
|
||||||
})
|
// })
|
||||||
} else {
|
} else {
|
||||||
this.$message.error('未查询到相关信息')
|
this.$message.error('未查询到相关信息')
|
||||||
this.reset()
|
this.reset()
|
||||||
|
|
Loading…
Reference in New Issue