快件跟新,单号不逗号拼接

This commit is contained in:
wuteng 2026-04-14 14:11:38 +08:00
parent 019f6e7a37
commit e024776abc

View File

@ -118,7 +118,7 @@ export default {
} }
if(this.queryParams.billCode){ if(this.queryParams.billCode){
this.queryParams.billCode=formatSearchStr(this.queryParams.billCode); // this.queryParams.billCode=formatSearchStr(this.queryParams.billCode);
} }
queryScanWaybillList(this.queryParams).then(response => { queryScanWaybillList(this.queryParams).then(response => {