提交 61e6ae3a authored 作者: 王腾飞's avatar 王腾飞

2020.1.2

上级 7abfad24
......@@ -938,18 +938,23 @@ export default {
// this.resourceLabel.push(item.name)
// }
// })
console.log(this.multipleSelection, "789OOO")
this.resourceLabel = this.multipleSelection;
let optIdArr = [];
this.resourceLabel.map((item, index) => {
var obj = {
labelId: item.labelId
}
optIdArr.push(obj)
})
this.formData.label = optIdArr;
console.log(optIdArr, '312312312')
this.dialogTableVisible = false;
if ( this.multipleSelection.length != 0 ) {
console.log(this.multipleSelection, "789OOO")
this.resourceLabel = this.multipleSelection;
let optIdArr = [];
this.resourceLabel.map((item, index) => {
var obj = {
labelId: item.labelId
}
optIdArr.push(obj)
})
this.formData.label = optIdArr;
console.log(optIdArr, '312312312')
this.dialogTableVisible = false;
} else {
this.$message.warning('请选择资源标签')
}
},
cancleSureLable () {
this.dialogTableVisible = false
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论