[update] 禅道bug

This commit is contained in:
zhaomeijing
2022-06-15 17:07:16 +08:00
parent 5f453ea8f7
commit 71958a00c7
2 changed files with 6 additions and 2 deletions
@@ -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
})