This commit is contained in:
@@ -120,7 +120,8 @@ export default {
|
||||
let at = {
|
||||
ayaId: this.ayaId,
|
||||
ayaType: this.ayaType,
|
||||
files: this.uploadFiles
|
||||
files: this.uploadFiles,
|
||||
notes: this.notes
|
||||
};
|
||||
window.$gz.api.uploadAttachment(at).then(res => {
|
||||
//vm.formState.loading = false;
|
||||
|
||||
Reference in New Issue
Block a user