|
@@ -132,7 +132,7 @@ export default {
|
|
|
selectArr: [false, false, false, false, false, false], //右侧选中part状态
|
|
|
|
|
|
styles:{background:'#eae7e7'}, //选中单条样式
|
|
|
- styleR:{color:'red !important'},
|
|
|
+ styleR:{background:'#eae7e7 !important'},
|
|
|
searchVal: '', //搜索值
|
|
|
currentPool: [], //标签池数据
|
|
|
currentLis:[], //选中单条ID组合(多选)
|
|
@@ -288,7 +288,11 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
this.$emit('changeActionData',poolDetailListIds, false);
|
|
|
- this.poolDetailListTips = poolDetailListTips
|
|
|
+ if(this.choose == 'multiple'){
|
|
|
+ this.poolDetailListTips = [[],[],[],[],[],[]]
|
|
|
+ }else{
|
|
|
+ this.poolDetailListTips = poolDetailListTips
|
|
|
+ }
|
|
|
this.poolDetailListIds = poolDetailListIds
|
|
|
},
|
|
|
getStyle(id){ //左侧选中状态
|