| | |
| | | import UIContentArea from "@/views/base/UIContentArea" |
| | | import {uiDefineVOData} from "@/views/base/uiDefineVOInDialog" |
| | | import {verifyNull} from "@/util/validate"; |
| | | import {getUIContent} from '@/api/base/region' |
| | | |
| | | export default { |
| | | name: "UIContentViewerInDialog", |
| | |
| | | }, |
| | | methods: { |
| | | initUI() { |
| | | this.uiDefineVO = uiDefineVOData; |
| | | const query = {btmType: 'folder', id: 'cardtemplatemanager'} |
| | | getUIContent(query).then(res => { |
| | | console.log(res.data.obj) |
| | | this.uiDefineVO = res.data.obj; |
| | | }) |
| | | }, |
| | | initContent() { |
| | | if (this.uiDefineVO.southAreas && this.uiDefineVO.southAreas.length > 0) { |