This commit is contained in:
2020-04-22 21:49:27 +00:00
parent bc38711b0b
commit 77fcd633de
2 changed files with 22 additions and 9 deletions

View File

@@ -99,8 +99,9 @@ export default {
ayaId: this.ayaId,
ayaType: this.ayaType,
files: this.uploadFiles,
notes: this.notes
notes: this.notes ? this.notes : ""
};
window.$gz.api.uploadAttachment(at).then(res => {
//vm.formState.loading = false;
if (res.error) {
@@ -164,7 +165,7 @@ export default {
languageName,
hour12
),
notes: o.notes,
notes: o.notes ? o.notes : "",
icon: window.$gz.util.iconForFile(o.displayFileName, o.contentType)
});
}