[update] 禅道bug
This commit is contained in:
@@ -64,7 +64,7 @@
|
||||
</a-table>
|
||||
<div class='drawer-bootom-button'>
|
||||
<a-button style='margin-right: .8rem' @click='handleCancel'>{{ $t('cancel') }}</a-button>
|
||||
<a-button @click='handleSubmit' type='primary' :loading='confirmLoading'>{{ $t('submit') }}</a-button>
|
||||
<a-button @click='handleSubmit' type='primary' :loading='confirmLoading' >{{ $t('submit') }}</a-button>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
@@ -186,6 +186,7 @@ export default {
|
||||
if (valid) {
|
||||
this.flag = true
|
||||
this.spinLoading = true
|
||||
this.confirmLoading = true
|
||||
//新增
|
||||
let postDate = {
|
||||
paramsInfoPublishEOList: this.selectedRowKeysDate,
|
||||
@@ -202,6 +203,9 @@ export default {
|
||||
}
|
||||
).finally(() => {
|
||||
this.flag = false
|
||||
this.confirmLoading = false
|
||||
this.$emit('areaVisible')
|
||||
this.$emit('GetgetTableList')
|
||||
this.spinLoading = false
|
||||
this.newVisible = false
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user