@ -204,6 +204,7 @@ export default {
listQuery: {
udiCode: null,
cpmctymc: null,
action: null,
ggxh: null,
ylqxzcrbarmc: null,
thrPiId: null,
@ -255,6 +256,9 @@ export default {
// if (this.data.fromCorp != null) {
// this.listQuery.unitFk = this.data.fromCorp;
// }
if (this.data.action != null) {
this.listQuery.action = this.data.action;
}
filterCompanyProductRelevance(this.listQuery)
.then((response) => {
this.loading = false;