单据类型修改

prod
anthonywj 2 years ago
parent 9b510d18aa
commit 33d5b25841

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

Loading…
Cancel
Save