|
|
|
@ -339,6 +339,11 @@ export default {
|
|
|
|
|
findAllInvByUser(query)
|
|
|
|
|
.then((response) => {
|
|
|
|
|
this.invList = response.data || [];
|
|
|
|
|
for(var i=0;i< this.invList.length;i++){
|
|
|
|
|
if(this.invList[i].advanceType == 3){
|
|
|
|
|
this.filterQuery.invCode=this.invList[i].code;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
this.getList();
|
|
|
|
|
this.getSpaceList();
|
|
|
|
|
})
|
|
|
|
@ -452,7 +457,7 @@ export default {
|
|
|
|
|
}
|
|
|
|
|
this.findMethod();
|
|
|
|
|
this.getInvList();
|
|
|
|
|
this.getList();
|
|
|
|
|
//this.getList();
|
|
|
|
|
},
|
|
|
|
|
};
|
|
|
|
|
</script>
|
|
|
|
|