新增自定义属性后,重新加载数据
This commit is contained in:
+1
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user