This commit is contained in:
2020-04-22 15:55:02 +00:00
parent 997087f182
commit 3879655da9
2 changed files with 3 additions and 1 deletions

View File

@@ -408,6 +408,7 @@ export default {
data.append("AttachToObjectType", at.ayaType);
data.append("AttachToObjectId", at.ayaId);
data.append("Notes", at.notes);
//-----------------

View File

@@ -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;