|
@@ -65,6 +65,7 @@ public class ProjectDocumentTemplateController {
|
|
dl.setProDocumentTemDetailList(parentFolders);
|
|
dl.setProDocumentTemDetailList(parentFolders);
|
|
});
|
|
});
|
|
httpRespMsg.setData(documentTemplateList);
|
|
httpRespMsg.setData(documentTemplateList);
|
|
|
|
+ System.out.println(documentTemplateList);
|
|
return httpRespMsg;
|
|
return httpRespMsg;
|
|
}
|
|
}
|
|
|
|
|