@@ -225,7 +225,7 @@
},
'firstPlace':{
handler:function(val) {
- if (!val) return;
+ if (this.ind!==0||!val) return;
const dict = localStorage.getItem("zskDicts").match(new RegExp(val.checkedType+'-\\d+','g'))||[];
const types = dict[0].split("-");
const sub = this.baseTypes.find((it) => it.ruleType === +types[0] && it.type === +types[2]);