后台-上架-修改573bug

This commit is contained in:
gaoyuanwei 2022-07-14 14:01:06 +08:00
parent de1868eb5c
commit 6877c7e2c3
1 changed files with 7 additions and 7 deletions

View File

@ -518,6 +518,13 @@ export default {
}
})
console.log('编辑===============>', this.submitFrom)
console.log(this.submitFrom.infoList, '===============abc')
//
const newArr = this.submitFrom.infoList.filter((element, index, self) => {
return self.findIndex(x => x.attrType === element.attrType) === index
})
this.submitFrom.infoList = newArr
console.log(this.submitFrom.infoList, '====================================wpwpwp')
this.$http
.put('/resource/update', this.submitFrom)
.then(({ data: res }) => {
@ -545,13 +552,6 @@ export default {
},
//
UpdateData (item) {
console.log(item.infoList, '====================================wpwpwp')
//
const newArr = item.infoList.filter((element, index, self) => {
return self.findIndex(x => x.attrType === element.attrType) === index
})
item.infoList = newArr
console.log(item.infoList, '====================================wpwpwp')
this.$http.get('/category/getCategoryTree').then(res => {
this.insertList = res.data.data.filter(item => item.name === '组件服务一')[0]
this.radio = item.infoList.filter(val => val.attrType === '组件类型')[0].attrValue