WIP Убрала лишнее
This commit is contained in:
@@ -267,9 +267,9 @@ export default {
|
||||
closePopup() {
|
||||
this.showPopup = false;
|
||||
},
|
||||
closeModal() {
|
||||
/*closeModal() {
|
||||
!this.showModal ? this.closeForm() : null;
|
||||
},
|
||||
},*/
|
||||
async createIdentityDocument(id) {
|
||||
let doc = null;
|
||||
let filteredData = Object.keys(
|
||||
@@ -395,7 +395,7 @@ export default {
|
||||
saveClient() {
|
||||
if (this.checkFormFullness()) {
|
||||
this.postNewClient();
|
||||
this.closeForm();
|
||||
//this.closeForm();
|
||||
}
|
||||
},
|
||||
changeOpenModal() {
|
||||
|
||||
@@ -106,7 +106,6 @@ export default {
|
||||
backdropEl.style.background = "rgba(37, 40, 80, 0.2)";
|
||||
backdropEl.style.backdropFilter = "blur(4px)";
|
||||
} else backdropEl.style.background = "rgba(0,0,0,0)";
|
||||
console.log("123");
|
||||
},
|
||||
watch: {
|
||||
value(val) {
|
||||
|
||||
Reference in New Issue
Block a user