|
@@ -867,8 +867,7 @@ export default {
|
|
|
for(let i = 0, length = infoWindowDashbaords.length; i < length; i ++){
|
|
for(let i = 0, length = infoWindowDashbaords.length; i < length; i ++){
|
|
|
let infoWindowDashbaord = infoWindowDashbaords[i];
|
|
let infoWindowDashbaord = infoWindowDashbaords[i];
|
|
|
console.log(infoWindowDashbaord);
|
|
console.log(infoWindowDashbaord);
|
|
|
- _self.dynamicInitView(infoWindowDashbaord);
|
|
|
|
|
-
|
|
|
|
|
|
|
+ _self.dynamicInitView(infoWindowDashbaord);
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
@@ -878,10 +877,8 @@ export default {
|
|
|
*/
|
|
*/
|
|
|
dynamicInitView: function (infoWindowDashbaord) {
|
|
dynamicInitView: function (infoWindowDashbaord) {
|
|
|
// TODO: 添加测试文件
|
|
// TODO: 添加测试文件
|
|
|
- infoWindowDashbaord.cssUrl = '/content/DictionaryAsset/InfoWindow/EAM/20240922_095937_AssetDashboard.css';
|
|
|
|
|
- infoWindowDashbaord.jsUrl = '/content/DictionaryAsset/InfoWindow/EAM/20240922_095937_AssetDashboard.js';
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
|
|
+ //infoWindowDashbaord.cssUrl = '/content/DictionaryAsset/InfoWindow/EAM/20240922_095937_AssetDashboard.css';
|
|
|
|
|
+ //infoWindowDashbaord.jsUrl = '/content/DictionaryAsset/InfoWindow/EAM/20240922_095937_AssetDashboard.js';
|
|
|
let _self = this;
|
|
let _self = this;
|
|
|
|
|
|
|
|
const componentName = infoWindowDashbaord.componentName;
|
|
const componentName = infoWindowDashbaord.componentName;
|