|
|
|
@ -523,6 +523,7 @@ export default {
|
|
|
|
return {
|
|
|
|
return {
|
|
|
|
filterQuery: {
|
|
|
|
filterQuery: {
|
|
|
|
nameCode: null,
|
|
|
|
nameCode: null,
|
|
|
|
|
|
|
|
bindRlIds: null,
|
|
|
|
page: 1,
|
|
|
|
page: 1,
|
|
|
|
limit: 20,
|
|
|
|
limit: 20,
|
|
|
|
},
|
|
|
|
},
|
|
|
|
@ -582,6 +583,7 @@ export default {
|
|
|
|
getList() {
|
|
|
|
getList() {
|
|
|
|
this.loading = true;
|
|
|
|
this.loading = true;
|
|
|
|
this.filterQuery.nameCode = this.curRow.nameCode;
|
|
|
|
this.filterQuery.nameCode = this.curRow.nameCode;
|
|
|
|
|
|
|
|
this.filterQuery.bindRlIds = this.curRow.bindRlIds;
|
|
|
|
this.filterQuery.unitFk = this.fromCorp;
|
|
|
|
this.filterQuery.unitFk = this.fromCorp;
|
|
|
|
getMutiUdiInfos(this.filterQuery)
|
|
|
|
getMutiUdiInfos(this.filterQuery)
|
|
|
|
.then((response) => {
|
|
|
|
.then((response) => {
|
|
|
|
|