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

20200107

上级 61e6ae3a
......@@ -72,7 +72,7 @@
<div slot="footer" class="dialog-footer">
<el-button @click="dialogFormVisible = false">取 消</el-button>
<el-button type="primary" @click="addLable" v-if="dialogTitle === '添加新标签项目'">确 定</el-button>
<el-button type="primary" @click="updateLableFn" v-else>确 定</el-button>
<el-button type="primary" @click="updateLableFn" v-else>确 定1</el-button>
</div>
</el-dialog>
</div>
......
......@@ -892,10 +892,6 @@ export default {
// },
selectItem(selection, row) {
console.log(selection, "KKKKKKKKKKKKK")
console.log(row, "LLLLLLLLLLLLLLLLL")
console.log(this.resourceLabel, "66666666666666")
let ids = [];
this.resourceLabel.map(item => {
ids.push(item.labelId)
......@@ -905,7 +901,7 @@ export default {
if (selection.length != 0) {
selection.map(item => {
if (item.id === row.id && ids.includes(row.id) === false) {//如果二者相等说明点击的row是一开始没有被选中的需要返显到resourceLabel
this.resourceLabel.unshift(row)
//this.resourceLabel.unshift(row)
} else { //剩下最后一个再点的时候selection是个空数组,没有元素,没有对应的item.id,所以下边的代码不跑
console.log(this.resourceLabel, "88888888888")//没有666说明二者不相等,不相等就删除resourceLabel中的对应项
this.resourceLabel.map((item2, index) => {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论