md
This commit is contained in:
parent
ad8b455679
commit
6b2a1a8167
@ -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];
|
||||
|
||||
@ -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];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user