WIP Убрала лишнее

This commit is contained in:
Daria Golova
2023-02-22 15:29:57 +03:00
parent 839034cade
commit 9535e9b802
2 changed files with 33 additions and 34 deletions

View File

@@ -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() {

View File

@@ -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) {