视图 bug
This commit is contained in:
@@ -623,8 +623,8 @@ public class DataInterfaceService : IDataInterfaceService, IDynamicApiController
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
if (e.Message == "TypeError: Method or property not found")
|
||||
{
|
||||
// if (e.Message == "TypeError: Method or property not found")
|
||||
// {
|
||||
try
|
||||
{
|
||||
var result = await PreviewWithOutJs(id, input);
|
||||
@@ -635,11 +635,11 @@ public class DataInterfaceService : IDataInterfaceService, IDynamicApiController
|
||||
{
|
||||
throw Oops.Oh(ErrorCode.COM1020);
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
throw Oops.Oh(ErrorCode.COM1020);
|
||||
}
|
||||
// }
|
||||
// else
|
||||
// {
|
||||
// throw Oops.Oh(ErrorCode.COM1020);
|
||||
// }
|
||||
}
|
||||
}
|
||||
#endregion
|
||||
|
||||
Reference in New Issue
Block a user