@page "/BaseEdit" @rendermode InteractiveServer BaseEdit @if (!string.IsNullOrEmpty(outClose)) {
@outClose
} else if (!string.IsNullOrEmpty(outSave)) {
@outSave
}
@JsonSer