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

.

parent 33fa2545
<template>
<div
@contextmenu.prevent="onContextmenu"
ref='boxDom'
class="outBox"
:style="{'height':configData.height||height}"
......@@ -15,7 +16,6 @@
</dyncFormItemComponentTable>
</template>
<template v-else>
<div @contextmenu.prevent="onContextmenu">
<dyncFormItemComponentQuery
controlType='queryArea'
:formParms='formParms'
......@@ -26,7 +26,6 @@
v-bind="$attrs"
v-on="$listeners"
></dyncFormItemComponentQuery>
</div>
</template>
<formDevConfigColumsSet
......
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