WIP Поправила меню и формы
This commit is contained in:
@@ -122,8 +122,8 @@ export default {
|
||||
addImageIcon,
|
||||
TheNotificationProvider,
|
||||
},
|
||||
emits: ["update:model-value"],
|
||||
props: {
|
||||
//closeForm: Function,
|
||||
setUpdatedClients: Function,
|
||||
writeCreatedClientId: Function,
|
||||
modelValue: Boolean,
|
||||
@@ -329,7 +329,7 @@ export default {
|
||||
postNewClient() {
|
||||
const formData = new FormData();
|
||||
formData.append("full_name", this.infoClient.basic.full_name);
|
||||
formData.append("photo", this.imageData[0]);
|
||||
if (this.imageData) formData.append("photo", this.imageData[0]);
|
||||
if (this.infoClient.basic.birth_date)
|
||||
formData.append(
|
||||
"birth_date",
|
||||
@@ -394,9 +394,6 @@ export default {
|
||||
this.showModal = true;
|
||||
this.showPopup = false;
|
||||
},
|
||||
/*changeOpenPopup() {
|
||||
this.showPopup = true;
|
||||
},*/
|
||||
saveDocFile(e) {
|
||||
this.infoClient.doc = e.target.files;
|
||||
},
|
||||
@@ -544,5 +541,4 @@ export default {
|
||||
width: 1220px
|
||||
height: 794px
|
||||
background-color: var(--default-white)
|
||||
//padding: 32px 370px 153px 370px
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user