修改bug

ywj_dev
wangwei 2 years ago
parent ae1ad79829
commit fd8a894647

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

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

Loading…
Cancel
Save