md
This commit is contained in:
parent
c8d6eef873
commit
86351f9cd8
@ -1474,7 +1474,7 @@ methods: {
|
||||
this.form.printTypeCheckList=[0,1,5]
|
||||
this.form.destinationCountry=this.form.reciever.country;
|
||||
|
||||
if(this.form.packType&&this.form.packType!=''){
|
||||
if(this.form.packType!=null&&this.form.packType!=''){
|
||||
this.form.packType=this.form.packType.split(",");
|
||||
}
|
||||
|
||||
|
||||
@ -1334,7 +1334,7 @@ export default {
|
||||
this.form=this.newValue;
|
||||
console.log("====>newValue this.form==>",this.form);
|
||||
|
||||
if(this.form.packType&&this.form.packType!=''){
|
||||
if(this.form.packType!=null&&this.form.packType!=''){
|
||||
this.form.packType=this.form.packType.split(",");
|
||||
}
|
||||
|
||||
@ -1434,7 +1434,7 @@ export default {
|
||||
// this.form=Object.assign({},this.newValue);
|
||||
this.form=this.newValue;
|
||||
|
||||
if(this.form.packType&&this.form.packType!=''){
|
||||
if(this.form.packType!=null&&this.form.packType!=''){
|
||||
this.form.packType=this.form.packType.split(",");
|
||||
|
||||
console.log("==>this.form.packTypeArr==>",this.form.packTypeArr)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user