|
@@ -191,7 +191,12 @@ export default {
|
|
return i.valueId == tag.valueId
|
|
return i.valueId == tag.valueId
|
|
})
|
|
})
|
|
item.selected.splice(index,1)
|
|
item.selected.splice(index,1)
|
|
- item.selectedValue.splice(index,1)
|
|
|
|
|
|
+ if(item.type == 4){
|
|
|
|
+ this.$set(item,'selectedValue','')
|
|
|
|
+ }else{
|
|
|
|
+ item.selectedValue.splice(index,1)
|
|
|
|
+ }
|
|
|
|
+
|
|
this.refresh(item)
|
|
this.refresh(item)
|
|
}
|
|
}
|
|
}).catch(error => {
|
|
}).catch(error => {
|