|
|
|
@ -636,7 +636,11 @@ export default {
|
|
|
|
|
};
|
|
|
|
|
findFromCorp(cQuery)
|
|
|
|
|
.then((response) => {
|
|
|
|
|
if (!isBlank(this.$route.query.busType) && this.$route.query.busType == "SC73200069614118"){
|
|
|
|
|
this.invList = response.data || [];
|
|
|
|
|
}else {
|
|
|
|
|
this.fromInvOptions = response.data || [];
|
|
|
|
|
}
|
|
|
|
|
})
|
|
|
|
|
.catch(() => {
|
|
|
|
|
});
|
|
|
|
@ -1439,7 +1443,11 @@ export default {
|
|
|
|
|
}
|
|
|
|
|
getInvListByUser(query)
|
|
|
|
|
.then((response) => {
|
|
|
|
|
if (!isBlank(this.$route.query.busType) && this.$route.query.busType == "SC73200069614118"){
|
|
|
|
|
this.fromInvOptions = response.data || [];
|
|
|
|
|
}else {
|
|
|
|
|
this.invList = response.data || []
|
|
|
|
|
}
|
|
|
|
|
})
|
|
|
|
|
.catch(() => {
|
|
|
|
|
})
|
|
|
|
|