[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
|
||||
})
|
||||
|
||||
@@ -146,7 +146,7 @@
|
||||
</div>
|
||||
<!-- 添加--->
|
||||
<a-modal v-model="areaVisible" :title="$t('ParameterLibrary')" width='750px' :footer="null">
|
||||
<parameter-library-add v-if='areaVisible' :paramsManifest='paramsManifest' @areaVisible='areaVisible = false'/>
|
||||
<parameter-library-add v-if='areaVisible' :paramsManifest='paramsManifest' @areaVisible='areaVisible = false' @GetgetTableList='GetgetTableList'/>
|
||||
</a-modal>
|
||||
<!-- 冻结配置--->
|
||||
<a-modal v-model="areaVisibleFreeze" :title="$t('FreezeConfiguration')" width='500px' :footer="null">
|
||||
|
||||
Reference in New Issue
Block a user