@ -203,6 +203,7 @@ export default {
listQuery: {
udiCode: null,
cpmctymc: null,
action: null,
ggxh: null,
ylqxzcrbarmc: null,
thrPiId: null,
@ -254,6 +255,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;