mirror of
https://gitlab.com/omair-personal/izyim.git
synced 2026-08-19 04:14:05 +00:00
fix for modal not close
This commit is contained in:
@@ -169,7 +169,7 @@
|
||||
|
||||
//turn off loading animation
|
||||
this.isLoading = false;
|
||||
|
||||
$('.modal').modal('hide');
|
||||
this.collapseEdit();
|
||||
})
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<div>
|
||||
<div class="warehouseForm">
|
||||
<notification-component ref="notification"></notification-component>
|
||||
<loading-component v-show="isLoading"></loading-component>
|
||||
<div class="row m-t-20" v-show="!isEdit">
|
||||
@@ -102,7 +102,7 @@
|
||||
|
||||
//turn off loading animation
|
||||
this.isLoading = false;
|
||||
|
||||
$('.modal').modal('hide');
|
||||
this.collapseEdit();
|
||||
})
|
||||
},
|
||||
|
||||
+3
-3
@@ -53,11 +53,11 @@ export default Object.freeze({
|
||||
DETAILS: {
|
||||
CREATED: {
|
||||
TITLE: 'Created Successfully',
|
||||
MESSAGE: null
|
||||
MESSAGE: "created successfully"
|
||||
},
|
||||
DETAILS_UPDATED: {
|
||||
TITLE: null,
|
||||
MESSAGE: null
|
||||
TITLE: "updated",
|
||||
MESSAGE: "updated"
|
||||
}
|
||||
},
|
||||
ADDRESS_BOOK: {
|
||||
|
||||
Reference in New Issue
Block a user