|
@@ -387,7 +387,7 @@
|
|
|
methods:{
|
|
methods:{
|
|
|
initData(){
|
|
initData(){
|
|
|
this.orders.forEach((order)=>{
|
|
this.orders.forEach((order)=>{
|
|
|
- if (order.c_contact.length>50 && order.c_contact.substring(0,3)==='~Ag')order.is_encryption = true;
|
|
|
|
|
|
|
+ if (order.c_contact && order.c_contact.length>50 && order.c_contact.substring(0,3)==='~Ag')order.is_encryption = true;
|
|
|
});
|
|
});
|
|
|
},
|
|
},
|
|
|
getQueryVariable(variable){
|
|
getQueryVariable(variable){
|