|
@@ -263,7 +263,7 @@ export default {
|
|
|
value: "mname",
|
|
|
label: "mname",
|
|
|
};
|
|
|
- let client = clentli.find(r => r.mdefault).mcode.toString();
|
|
|
+ let client = clentli.find(r => r.mdefault).mcode.toString() || -1;
|
|
|
this.cycle = this.verifyList(appli, source, keys, false);
|
|
|
this.channel = this.verifyList(appCLi, appC, keys, true);
|
|
|
this.version = this.verifyList(appVLi, appV, keys, true);
|