|
|
@@ -1,13 +1,11 @@
|
|
|
<template>
|
|
|
- <a-drawer
|
|
|
+ <a-modal
|
|
|
:title="title"
|
|
|
- :maskClosable="true"
|
|
|
- width=650
|
|
|
- placement="right"
|
|
|
- :closable="true"
|
|
|
- @close="close"
|
|
|
+ :width="800"
|
|
|
:visible="visible"
|
|
|
- style="height: calc(100% - 55px);overflow: auto;padding-bottom: 53px;">
|
|
|
+ :confirmLoading="confirmLoading"
|
|
|
+ :footer="null"
|
|
|
+ @cancel="handleCancel">
|
|
|
|
|
|
<a-spin :spinning="confirmLoading">
|
|
|
<a-form :form="form">
|
|
|
@@ -43,7 +41,7 @@
|
|
|
|
|
|
</a-form>
|
|
|
</a-spin>
|
|
|
- </a-drawer>
|
|
|
+ </a-modal>
|
|
|
</template>
|
|
|
|
|
|
<script>
|
|
|
@@ -81,7 +79,7 @@
|
|
|
url: {
|
|
|
add: "/company/companyAuthentication/add",
|
|
|
edit: "/company/companyAuthentication/edit",
|
|
|
- imgerver: window._CONFIG['domianURL']+"/sys/common/view",
|
|
|
+ imgerver: window._CONFIG['imgDomainURL'],
|
|
|
},
|
|
|
}
|
|
|
},
|