This commit is contained in:
linfso 2025-06-11 16:11:46 +08:00
parent ad8b455679
commit 6b2a1a8167
2 changed files with 2 additions and 3 deletions

View File

@ -1763,7 +1763,7 @@ methods: {
};
this.resetForm("form");
},
onProductChange(item){
onProductChange(item,transType){
if(item!=null && item.length==2){
this.form.transLine=item[0];
this.form.productType=item[1];

View File

@ -1752,8 +1752,7 @@ methods: {
};
this.resetForm("form");
},
onProductChange(item){
onProductChange(item,transType){
if(item!=null && item.length==2){
this.form.transLine=item[0];
this.form.productType=item[1];