新增自定义属性后,重新加载数据

This commit is contained in:
zhaokaiyao@91isoft.com
2021-08-24 16:44:37 +08:00
parent 14b4a2f35c
commit d5d885651b
@@ -101,7 +101,7 @@ public class SarStandAttrDetailsController extends BaseController<SarStandAttrDe
String resultMsg = sarStandAttrDetailsEOService.createStandAttrDetails(sarStandAttrDetailsEO);
if ("success".equals(resultMsg)) {
// 重新加载数据
// sarStandAttrDetailsEOService.getAttrDetails();
sarStandAttrDetailsEOService.getAttrDetails();
return Result.success("0","新增成功",sarStandAttrDetailsEO);
} else {
return Result.error("0","新增失败,"+resultMsg);