未验证 提交 b114d330 编写于 作者: K kyoty 提交者: GitHub

[Fix-5738][UI] The cancel button in the pop-up dialog of `batch copy` and...

[Fix-5738][UI] The cancel button in the pop-up dialog of `batch copy` and `batch move`  doesn't work. (#5739)

* Update relatedItems.vue

* Update relatedItems.vue
上级 7a18adae
......@@ -19,6 +19,7 @@
ref="popup"
:ok-text="$t('Confirm')"
:nameText="$t('Related items')"
@close="_close"
@ok="_ok">
<template slot="content">
<div class="create-tenement-model">
......@@ -58,6 +59,9 @@
tmp: Boolean
},
methods: {
_close () {
this.$emit('closeRelatedItems')
},
_ok () {
if (this._verification()) {
if (this.tmp) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册