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