no message
This commit is contained in:
parent
593406f609
commit
28bfc04d64
1 changed files with 4 additions and 4 deletions
|
|
@ -8048,8 +8048,8 @@ export class OrganizationController extends Controller {
|
|||
});
|
||||
if (posMaster.length <= 0) {
|
||||
return new HttpSuccess({
|
||||
name: ".............................",
|
||||
position: ".............................",
|
||||
name: "......................................................",
|
||||
position: "......................................................",
|
||||
});
|
||||
}
|
||||
if (posMaster[0].current_holder == null) {
|
||||
|
|
@ -8059,8 +8059,8 @@ export class OrganizationController extends Controller {
|
|||
posMaster[0].posMasterActChilds[0].posMasterChild.current_holder == null
|
||||
) {
|
||||
return new HttpSuccess({
|
||||
name: ".............................",
|
||||
position: ".............................",
|
||||
name: "......................................................",
|
||||
position: "......................................................",
|
||||
});
|
||||
}
|
||||
return new HttpSuccess({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue