Browse Source

提交

main
dinghao 4 months ago
parent
commit
d8bc019f03
  1. 4
      hx-ai-intelligent/src/view/organizationManage/usermanage/index.vue

4
hx-ai-intelligent/src/view/organizationManage/usermanage/index.vue

@ -44,7 +44,7 @@
<ns-view-list-table v-bind="tableConfig" :model="data" ref="mainRef" class="table" /> <ns-view-list-table v-bind="tableConfig" :model="data" ref="mainRef" class="table" />
</div> </div>
</div> </div>
<a-drawer <!-- <a-drawer
:width="1200" :width="1200"
:visible="visible" :visible="visible"
:body-style="{ paddingBottom: '80px' }" :body-style="{ paddingBottom: '80px' }"
@ -65,7 +65,7 @@
@ok="handleOk" @ok="handleOk"
@cancel="handleClose"> @cancel="handleClose">
<ns-form :schemas="formSchema2" :model="formData2" /> <ns-form :schemas="formSchema2" :model="formData2" />
</a-modal> </a-modal> -->
</template> </template>
<script lang="ts"> <script lang="ts">
import { Modal } from 'ant-design-vue'; import { Modal } from 'ant-design-vue';

Loading…
Cancel
Save