|
@@ -87,6 +87,7 @@ export function addLabelItem(state,action){
|
|
|
if(!data) return res;
|
|
|
res.data.splice(+i+2,0,JSON.parse(data),textLabel);
|
|
|
res.saveText.splice(+i+2,0,'','');
|
|
|
+ res.selecteds.splice(+i+2,0,null,null);
|
|
|
res.update = Math.random();
|
|
|
return res;
|
|
|
}
|