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) {
|
if (posMaster.length <= 0) {
|
||||||
return new HttpSuccess({
|
return new HttpSuccess({
|
||||||
name: ".............................",
|
name: "......................................................",
|
||||||
position: ".............................",
|
position: "......................................................",
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
if (posMaster[0].current_holder == null) {
|
if (posMaster[0].current_holder == null) {
|
||||||
|
|
@ -8059,8 +8059,8 @@ export class OrganizationController extends Controller {
|
||||||
posMaster[0].posMasterActChilds[0].posMasterChild.current_holder == null
|
posMaster[0].posMasterActChilds[0].posMasterChild.current_holder == null
|
||||||
) {
|
) {
|
||||||
return new HttpSuccess({
|
return new HttpSuccess({
|
||||||
name: ".............................",
|
name: "......................................................",
|
||||||
position: ".............................",
|
position: "......................................................",
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
return new HttpSuccess({
|
return new HttpSuccess({
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue