This commit is contained in:
@@ -408,6 +408,7 @@ export default {
|
||||
|
||||
data.append("AttachToObjectType", at.ayaType);
|
||||
data.append("AttachToObjectId", at.ayaId);
|
||||
data.append("Notes", at.notes);
|
||||
|
||||
//-----------------
|
||||
|
||||
|
||||
@@ -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