|
@@ -181,7 +181,7 @@
|
|
|
<a-row :gutter="48" >
|
|
|
<a-col :md="48" :sm="48">
|
|
|
<span class="table-page-search-submitButtons" style="float: right;margin-top: 10px">
|
|
|
- <a-button type="primary" @click="save()">提交</a-button>
|
|
|
+ <a-button :loading="confirmLoading" type="primary" @click="save()">提交</a-button>
|
|
|
<a-button style="margin-left: 8px" @click="handleCancel()">返回</a-button>
|
|
|
</span>
|
|
|
</a-col>
|