现在问题处理
This commit is contained in:
@@ -1657,6 +1657,10 @@ public class FormDataParsing : ITransient
|
||||
case JnpfKeyConst.POPUPTABLESELECT:
|
||||
case JnpfKeyConst.POPUPSELECT:
|
||||
{
|
||||
//if (model.relationField == model.showField)
|
||||
//{
|
||||
// break;
|
||||
//}
|
||||
// 获取远端数据
|
||||
var dynamic = await _dataInterfaceService.GetInfo(model.interfaceId);
|
||||
if (dynamic == null) break;
|
||||
|
||||
Reference in New Issue
Block a user