|
@@ -76,7 +76,7 @@ export const setData = (state,action) =>{
|
|
let mainLabelModuleArr = objToArr.filter((item)=>{
|
|
let mainLabelModuleArr = objToArr.filter((item)=>{
|
|
return item.questionMapping.length>0;
|
|
return item.questionMapping.length>0;
|
|
})
|
|
})
|
|
-
|
|
|
|
|
|
+ console.log(444,mainLabelModuleArr);
|
|
if (useEmpty) {
|
|
if (useEmpty) {
|
|
res.data = res.emptyData;
|
|
res.data = res.emptyData;
|
|
} else {
|
|
} else {
|