单据类型修改

prod
anthonywj 2 years ago
parent 9b510d18aa
commit 33d5b25841

@ -95,7 +95,6 @@ export default {
isBuType: true,
},
thirdSys: [],
localTypes: [],
isAdd: false,
value: "",
}
@ -110,14 +109,6 @@ export default {
this.loading = false;
this.list = [];
});
getLocalBusType(this.filterQuery)
.then((response) => {
this.localTypes = response.data.list || [];
})
.catch(() => {
this.loading = false;
this.localTypes = [];
});
},
},

Loading…
Cancel
Save