Uat_Study
parent
a4b2416344
commit
b4af708e22
|
@ -745,6 +745,8 @@ namespace IRaCIS.Core.Application.Service
|
|||
if (value.GetType() == typeof(JArray))
|
||||
{
|
||||
JArray arrays = (JArray)value;
|
||||
|
||||
|
||||
if (item.Type.ToLower() == FrontAudit.Id.GetDescription().ToLower())
|
||||
{
|
||||
List<Guid> guids = new List<Guid>();
|
||||
|
@ -773,6 +775,7 @@ namespace IRaCIS.Core.Application.Service
|
|||
);
|
||||
}
|
||||
|
||||
//稽查 后端查询记录出表格数据,但是表格数据需要翻译,显示给出了翻译字典名,翻译的配置
|
||||
else if (item.Type.ToLower() == FrontAudit.DictionaryType.GetDescription().ToLower())
|
||||
{
|
||||
|
||||
|
|
Loading…
Reference in New Issue