|
|
@ -186,6 +186,7 @@ export default {
|
|
|
|
return;
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
var idster = [];
|
|
|
|
var idster = [];
|
|
|
|
|
|
|
|
if(this.codeArray != null || this.codeArray!=undefined ){
|
|
|
|
if(this.codeArray.length>0){
|
|
|
|
if(this.codeArray.length>0){
|
|
|
|
for(var i=0;i<this.codeArray.length;i++){
|
|
|
|
for(var i=0;i<this.codeArray.length;i++){
|
|
|
|
idster.push(this.codeArray[i].relIdFk);
|
|
|
|
idster.push(this.codeArray[i].relIdFk);
|
|
|
@ -201,6 +202,8 @@ export default {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
var ids = [];
|
|
|
|
var ids = [];
|
|
|
|
selection.forEach((obj, index) => {
|
|
|
|
selection.forEach((obj, index) => {
|
|
|
|
let data = {
|
|
|
|
let data = {
|
|
|
|