fix default sortName
This commit is contained in:
parent
44fa203add
commit
2bfc926f4b
1 changed files with 1 additions and 1 deletions
|
|
@ -742,7 +742,7 @@ export class PositionController extends Controller {
|
|||
relations: ["posLevel", "posType", "posExecutive"],
|
||||
});
|
||||
|
||||
let shortName = "-";
|
||||
let shortName = null;
|
||||
|
||||
if (body.isAll === true) {
|
||||
if (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue