forked from github/dataease
Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
da6bbe7ddc
@ -69,6 +69,9 @@ public class DeLogUtils {
|
||||
if(sourcetype == SOURCE_TYPE.DRIVER_FILE){
|
||||
List<FolderItem> parentsAndSelf = logManager.parentsAndSelf(positionId.toString(), SOURCE_TYPE.DRIVER);
|
||||
sysLogDTO.setPositions(parentsAndSelf);
|
||||
}else if(sourcetype == SOURCE_TYPE.VIEW){
|
||||
List<FolderItem> parentsAndSelf = logManager.parentsAndSelf(positionId.toString(), SOURCE_TYPE.PANEL);
|
||||
sysLogDTO.setPositions(parentsAndSelf);
|
||||
}else {
|
||||
List<FolderItem> parentsAndSelf = logManager.parentsAndSelf(positionId.toString(), sourcetype);
|
||||
sysLogDTO.setPositions(parentsAndSelf);
|
||||
|
@ -330,6 +330,7 @@ export default {
|
||||
if (!this.batchOptStatus && this.chart.render && this.chart.render === 'antv' &&
|
||||
(this.chart.type.includes('bar') ||
|
||||
this.chart.type.includes('line') ||
|
||||
this.chart.type.includes('area') ||
|
||||
this.chart.type.includes('pie') ||
|
||||
this.chart.type === 'funnel' ||
|
||||
this.chart.type === 'radar' ||
|
||||
|
Loading…
Reference in New Issue
Block a user