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

.

parent 9aa39a17
...@@ -8,7 +8,6 @@ ...@@ -8,7 +8,6 @@
@open='handleOpen' @open='handleOpen'
:close-on-click-modal="false" :close-on-click-modal="false"
:fullscreen='configData.fullscreen' :fullscreen='configData.fullscreen'
:modal-append-to-body='false'
:append-to-body="true" :append-to-body="true"
:before-close="handleClose" :before-close="handleClose"
:destroy-on-close='true' :destroy-on-close='true'
......
...@@ -130,6 +130,7 @@ ...@@ -130,6 +130,7 @@
>新增</el-button> >新增</el-button>
</div> </div>
</div> </div>
<hsIframeDialog ref='appIframePageBoxA'></hsIframeDialog>
</el-dialog> </el-dialog>
<!-- <hs-dialog-iframepage <!-- <hs-dialog-iframepage
ref='appIframePageBox' ref='appIframePageBox'
...@@ -137,15 +138,19 @@ ...@@ -137,15 +138,19 @@
@webChartConfigSave='webChartConfigSave' @webChartConfigSave='webChartConfigSave'
@saveAsDataToLocal='saveAsDataToLocal' @saveAsDataToLocal='saveAsDataToLocal'
/> --> /> -->
<hs-iframe-dialog ref='appIframePageBoxA'></hs-iframe-dialog>
</div> </div>
</template> </template>
<script> <script>
import hsUtil from 'hs-util-js' import hsUtil from 'hs-util-js'
import commonMixins from '../../ucClass/commonMixins' import commonMixins from '../../ucClass/commonMixins'
import _ from 'lodash' import _ from 'lodash'
import hsIframeDialog from '../../hs-iframe-dialog/src/index.vue'
export default { export default {
mixins: [commonMixins], mixins: [commonMixins],
components:{
hsIframeDialog
},
name: 'select-list-component', name: 'select-list-component',
computed: { computed: {
getDisabled: function() { 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