修改bug

ywj_dev
wangwei 2 years ago
parent ae1ad79829
commit fd8a894647

@ -379,7 +379,7 @@ export default {
getBusType() {
let query = {
code: this.filterQuery.invCode,
enabled: true,
enable: true,
vueType: "supDelivery",
};
getLocalJoinByUser(query)

@ -498,6 +498,7 @@ export default {
},
getCodeDetailList() {
this.codeDetailLoading = true;
this.codeQuery.productName= this.codeQuery.cpmctymc;
filterDetail(this.codeQuery).then((res) => {
this.codeDetailLoading = false;
if (res.code === 20000) {

Loading…
Cancel
Save