|
@@ -26,14 +26,10 @@
|
|
|
</div>
|
|
|
|
|
|
<ItemDrawer v-if="activeData.visible" v-model="activeData.visible" v-bind="activeData" @success="updateParams"/>
|
|
|
- <LeFormConfigDialog
|
|
|
- :form-data="activeData"
|
|
|
- />
|
|
|
</div>
|
|
|
</template>
|
|
|
<script lang="tsx" setup>
|
|
|
import template from '@/api/codeGenerate/template'
|
|
|
-import MonacoEditor from '@/components/MonacoEditor'
|
|
|
import { computed, nextTick, ref, watch } from 'vue'
|
|
|
import { ElMessage, ElMessageBox } from 'element-plus'
|
|
|
import { useTablePage } from '@/hooks/useTablePage'
|