订单发货列表BUG修复
This commit is contained in:
parent
caa8cd0d8d
commit
4dffa0d748
@ -62,6 +62,10 @@
|
|||||||
},
|
},
|
||||||
created(){
|
created(){
|
||||||
this.list= this.$route.query.list;
|
this.list= this.$route.query.list;
|
||||||
|
//当list不为数组时转换为数组
|
||||||
|
if(this.list instanceof Array===false){
|
||||||
|
this.list=[];
|
||||||
|
}
|
||||||
},
|
},
|
||||||
methods:{
|
methods:{
|
||||||
cancel(){
|
cancel(){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user