application寝化时取folder和style属性
This commit is contained in:
parent
cc376edba3
commit
184a3acac8
|
|
@ -18,16 +18,20 @@ function getApplication(params, context) {
|
||||||
config: 1,
|
config: 1,
|
||||||
type: 1,
|
type: 1,
|
||||||
systemId: 1,
|
systemId: 1,
|
||||||
|
style: 1,
|
||||||
system: {
|
system: {
|
||||||
id: 1,
|
id: 1,
|
||||||
name: 1,
|
name: 1,
|
||||||
config: 1,
|
config: 1,
|
||||||
platformId: 1,
|
platformId: 1,
|
||||||
|
style: 1,
|
||||||
|
folder: 1,
|
||||||
platform: {
|
platform: {
|
||||||
id: 1,
|
id: 1,
|
||||||
config: 1,
|
config: 1,
|
||||||
|
style: 1,
|
||||||
},
|
},
|
||||||
},
|
}
|
||||||
},
|
},
|
||||||
filter: {
|
filter: {
|
||||||
type: type,
|
type: type,
|
||||||
|
|
|
||||||
|
|
@ -10,14 +10,18 @@ var projection = {
|
||||||
config: 1,
|
config: 1,
|
||||||
type: 1,
|
type: 1,
|
||||||
systemId: 1,
|
systemId: 1,
|
||||||
|
style: 1,
|
||||||
system: {
|
system: {
|
||||||
id: 1,
|
id: 1,
|
||||||
name: 1,
|
name: 1,
|
||||||
config: 1,
|
config: 1,
|
||||||
platformId: 1,
|
platformId: 1,
|
||||||
|
style: 1,
|
||||||
|
folder: 1,
|
||||||
platform: {
|
platform: {
|
||||||
id: 1,
|
id: 1,
|
||||||
config: 1,
|
config: 1,
|
||||||
|
style: 1,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -25,16 +25,20 @@ export async function getApplication<
|
||||||
config: 1,
|
config: 1,
|
||||||
type: 1,
|
type: 1,
|
||||||
systemId: 1,
|
systemId: 1,
|
||||||
|
style: 1,
|
||||||
system: {
|
system: {
|
||||||
id: 1,
|
id: 1,
|
||||||
name: 1,
|
name: 1,
|
||||||
config: 1,
|
config: 1,
|
||||||
platformId: 1,
|
platformId: 1,
|
||||||
|
style: 1,
|
||||||
|
folder: 1,
|
||||||
platform: {
|
platform: {
|
||||||
id: 1,
|
id: 1,
|
||||||
config: 1,
|
config: 1,
|
||||||
|
style: 1,
|
||||||
},
|
},
|
||||||
},
|
}
|
||||||
},
|
},
|
||||||
filter: {
|
filter: {
|
||||||
type,
|
type,
|
||||||
|
|
|
||||||
|
|
@ -16,14 +16,18 @@ const projection: EntityDict['application']['Selection']['data'] = {
|
||||||
config: 1,
|
config: 1,
|
||||||
type: 1,
|
type: 1,
|
||||||
systemId: 1,
|
systemId: 1,
|
||||||
|
style: 1,
|
||||||
system: {
|
system: {
|
||||||
id: 1,
|
id: 1,
|
||||||
name: 1,
|
name: 1,
|
||||||
config: 1,
|
config: 1,
|
||||||
platformId: 1,
|
platformId: 1,
|
||||||
|
style: 1,
|
||||||
|
folder: 1,
|
||||||
platform: {
|
platform: {
|
||||||
id: 1,
|
id: 1,
|
||||||
config: 1,
|
config: 1,
|
||||||
|
style: 1,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue