|
|
@ -320,7 +320,6 @@ export default {
|
|
|
|
entrustInvChange() {
|
|
|
|
entrustInvChange() {
|
|
|
|
this.inputQuery.entrustSubInv = null;
|
|
|
|
this.inputQuery.entrustSubInv = null;
|
|
|
|
this.findEntrustSubInvByInv();
|
|
|
|
this.findEntrustSubInvByInv();
|
|
|
|
this.$forceUpdate();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
|
@ -359,10 +358,9 @@ export default {
|
|
|
|
|
|
|
|
|
|
|
|
this.getList();
|
|
|
|
this.getList();
|
|
|
|
this.getStorage();
|
|
|
|
this.getStorage();
|
|
|
|
|
|
|
|
// if (this.$isNotBlank(this.inputQuery.entrustInv)) {
|
|
|
|
if (this.$isNotBlank(this.inputQuery.entrustInv)) {
|
|
|
|
// this.findEntrustSubInvByInv();
|
|
|
|
this.entrustInvChange(this.inputQuery.entrustInv);
|
|
|
|
// }
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
},
|
|
|
|
},
|
|
|
|
};
|
|
|
|
};
|
|
|
|