|
|
|
@ -231,6 +231,7 @@ export default {
|
|
|
|
|
list: [],
|
|
|
|
|
total: 0,
|
|
|
|
|
invList: [],
|
|
|
|
|
invLists: [],
|
|
|
|
|
loading: false,
|
|
|
|
|
deleteData: {
|
|
|
|
|
id: "",
|
|
|
|
@ -322,7 +323,8 @@ export default {
|
|
|
|
|
getInvList() {
|
|
|
|
|
getInvListByUser()
|
|
|
|
|
.then((response) => {
|
|
|
|
|
this.invList = response.data || [];
|
|
|
|
|
this.invLists = response.data || [];
|
|
|
|
|
this.invList = this.invLists.filter( item => item.code != 1000001 && item.code != 1000002)
|
|
|
|
|
this.getList();
|
|
|
|
|
})
|
|
|
|
|
.catch(() => {
|
|
|
|
|