|
|
@@ -7,6 +7,7 @@
|
|
|
:maskClosable="false"
|
|
|
@ok="handleOk"
|
|
|
@cancel="handleCancel"
|
|
|
+ :footer="null"
|
|
|
cancelText="关闭">
|
|
|
<a-spin :spinning="confirmLoading">
|
|
|
<a-form :form="form" style="padding-bottom: 30px;padding-top: 30px">
|
|
|
@@ -48,6 +49,9 @@
|
|
|
</a-form>
|
|
|
</a-spin>
|
|
|
<hlg-user-export-error-modal ref="modalSelectRequireForm"></hlg-user-export-error-modal>
|
|
|
+ <div class="drawer-bootom-button">
|
|
|
+ <a-button class="ant-btn ant-btn-primary" @click="handleCancel">关闭</a-button>
|
|
|
+ </div>
|
|
|
</a-modal>
|
|
|
|
|
|
</template>
|