|
|
@ -253,7 +253,7 @@ export default { |
|
|
|
obj.agencyId = this.agencyId |
|
|
|
if (obj) { |
|
|
|
let exists = this.selfTag.some(tag => tag.agencyId === obj.agencyId); |
|
|
|
if (this.showType == "adjust1") { |
|
|
|
if (this.showType == "adjust1"||this.showType=='adjust') { |
|
|
|
if (!exists) { |
|
|
|
this.selfTag.push(obj); |
|
|
|
} else { |
|
|
|