|
|
@ -19,6 +19,7 @@ |
|
|
|
ref="popup" |
|
|
|
ref="popup" |
|
|
|
:ok-text="$t('Confirm')" |
|
|
|
:ok-text="$t('Confirm')" |
|
|
|
:nameText="$t('Related items')" |
|
|
|
:nameText="$t('Related items')" |
|
|
|
|
|
|
|
@close="_close" |
|
|
|
@ok="_ok"> |
|
|
|
@ok="_ok"> |
|
|
|
<template slot="content"> |
|
|
|
<template slot="content"> |
|
|
|
<div class="create-tenement-model"> |
|
|
|
<div class="create-tenement-model"> |
|
|
@ -58,6 +59,9 @@ |
|
|
|
tmp: Boolean |
|
|
|
tmp: Boolean |
|
|
|
}, |
|
|
|
}, |
|
|
|
methods: { |
|
|
|
methods: { |
|
|
|
|
|
|
|
_close () { |
|
|
|
|
|
|
|
this.$emit('closeRelatedItems') |
|
|
|
|
|
|
|
}, |
|
|
|
_ok () { |
|
|
|
_ok () { |
|
|
|
if (this._verification()) { |
|
|
|
if (this._verification()) { |
|
|
|
if (this.tmp) { |
|
|
|
if (this.tmp) { |
|
|
|