Commit df093e0d authored by 何虹's avatar 何虹 💬

.

parent 9aa39a17
......@@ -8,7 +8,6 @@
@open='handleOpen'
:close-on-click-modal="false"
:fullscreen='configData.fullscreen'
:modal-append-to-body='false'
:append-to-body="true"
:before-close="handleClose"
:destroy-on-close='true'
......
......@@ -130,6 +130,7 @@
>新增</el-button>
</div>
</div>
<hsIframeDialog ref='appIframePageBoxA'></hsIframeDialog>
</el-dialog>
<!-- <hs-dialog-iframepage
ref='appIframePageBox'
......@@ -137,15 +138,19 @@
@webChartConfigSave='webChartConfigSave'
@saveAsDataToLocal='saveAsDataToLocal'
/> -->
<hs-iframe-dialog ref='appIframePageBoxA'></hs-iframe-dialog>
</div>
</template>
<script>
import hsUtil from 'hs-util-js'
import commonMixins from '../../ucClass/commonMixins'
import _ from 'lodash'
import hsIframeDialog from '../../hs-iframe-dialog/src/index.vue'
export default {
mixins: [commonMixins],
components:{
hsIframeDialog
},
name: 'select-list-component',
computed: {
getDisabled: function() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment