Source/ProjectWeb/src/views/base/UIContentViewerInDialog.vue
@@ -143,22 +143,22 @@ data:{ northAreaInDialog:{ type:'', btmType:'', DefineVO:null, data:null }, westAreaInDialog:{ type:'', btmType:'', DefineVO:null, data:null }, centerAreaInDialog:{ type:'', btmType:'', DefineVO:null, data:null }, southAreaInDialog:{ type:'', btmType:'', DefineVO:null, data:null } }, @@ -202,7 +202,7 @@ } }, setData(value) { this.data[value.area].btmType = value.btmType; this.data[value.area].DefineVO = value.currentDefineVO; this.data[value.area].data = value.data; this.data[value.area].type = value.type; },