|
@@ -4,6 +4,7 @@
|
|
|
width="80%"
|
|
|
:closable="true"
|
|
|
@cancel="close"
|
|
|
+ @ok="handleSubmit"
|
|
|
:visible="visible"
|
|
|
>
|
|
|
<template slot="title">
|
|
@@ -149,11 +150,11 @@
|
|
|
</a-form>
|
|
|
</a-spin>
|
|
|
|
|
|
- <depart-window ref="departWindow" @ok="modalFormOk"></depart-window>
|
|
|
+ <!-- <depart-window ref="departWindow" @ok="modalFormOk"></depart-window>
|
|
|
<div class="drawer-bootom-button" v-show="!disableSubmit">
|
|
|
<a-button style="margin-right: .8rem" @click="handleCancel">取消</a-button>
|
|
|
<a-button @click="handleSubmit" type="primary" :loading="confirmLoading">提交</a-button>
|
|
|
- </div>
|
|
|
+ </div> -->
|
|
|
</a-modal>
|
|
|
</template>
|
|
|
|