WIP Переключение на клиента после создания
This commit is contained in:
@@ -5,7 +5,8 @@
|
||||
:is-open-form="isOpenForm",
|
||||
:updated-clients="updatedClients",
|
||||
@reset-updated-clients="transmitReset",
|
||||
:url="url"
|
||||
:url="url",
|
||||
:created-client-id="createdClientId"
|
||||
)
|
||||
</template>
|
||||
|
||||
@@ -19,6 +20,7 @@ export default {
|
||||
isOpenForm: Boolean,
|
||||
updatedClients: Boolean,
|
||||
url: String,
|
||||
createdClientId: String,
|
||||
},
|
||||
methods: {
|
||||
transmitReset() {
|
||||
|
||||
Reference in New Issue
Block a user