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