fix:判断是否为dashboard导入导出 改为导出接口判断
This commit is contained in:
@@ -279,7 +279,7 @@ export default {
|
||||
language () { return this.$store.getters.getLanguage },
|
||||
// 判断是否是dashboard
|
||||
isDashboard () {
|
||||
return this.importUrl === '/visual/dashboard/import'
|
||||
return this.exportUrl === '/visual/dashboard/export'
|
||||
},
|
||||
// asset,endpoint dashboard导出选项不支持 all data
|
||||
assetOrEndpoint () {
|
||||
|
||||
Reference in New Issue
Block a user