|
@@ -546,7 +546,7 @@ export function setImportCheckbodyLabel(state,action) {
|
|
|
export function recoveTag(state,action) {
|
|
|
let res = Object.assign({},state);
|
|
|
let arr = [...res.data];
|
|
|
- const text = Object.assign({},JSON.parse(config.textLabel));
|
|
|
+ const text = Object.assign({showInCheck:action.data.showInCheck},JSON.parse(config._textLabel));
|
|
|
arr.splice(action.index,0,action.data,text);
|
|
|
res.data = checkFullfillText(arr).newArr;
|
|
|
res.saveText = checkFullfillText(arr).saveText;
|