|
@@ -1,5 +1,5 @@
|
|
|
<template>
|
|
|
- <BasicModal v-bind="$attrs" @register="register" @ok="confirm" :title="title">
|
|
|
+ <BasicModal v-bind="$attrs" @register="register" @ok="confirm" :title="title" minHeight="500">
|
|
|
<BasicForm @register="registerForm" :model="model" />
|
|
|
<!-- <MenuTree /> -->
|
|
|
<div class="tree-wrap">
|
|
@@ -51,8 +51,6 @@
|
|
|
rules: [],
|
|
|
});
|
|
|
const popupData: PopupData = props.popupData;
|
|
|
- console.log('======popupdata========1');
|
|
|
- console.log(popupData);
|
|
|
const modelRef = ref({});
|
|
|
const replaceFields = {
|
|
|
key: 'id',
|
|
@@ -170,7 +168,7 @@
|
|
|
}
|
|
|
|
|
|
.tree-label {
|
|
|
- width: 33%;
|
|
|
+ width: 24%;
|
|
|
margin-top: 8px;
|
|
|
margin-bottom: 1em;
|
|
|
text-align: center;
|