From b8e796ec7084bdb177c30c94b20beb40b99df7f1 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Tue, 30 Jun 2020 20:52:59 +0000 Subject: [PATCH] --- ayanova/src/views/adm-attachments.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ayanova/src/views/adm-attachments.vue b/ayanova/src/views/adm-attachments.vue index c8130130..8e8d3365 100644 --- a/ayanova/src/views/adm-attachments.vue +++ b/ayanova/src/views/adm-attachments.vue @@ -89,7 +89,7 @@ export default { return { jobActive: false, reload: false, - moveDialog: true, + moveDialog: false, moveType: null, moveId: null, selectedItems: [], @@ -153,7 +153,7 @@ export default { window.$gz.form.deleteAllErrorBoxErrors(vm); let res = await window.$gz.api.upsert("attachment/bulk-move", { idList: this.selectedItems, - ayaType: this.moveType, + toType: this.moveType, toId: this.moveId }); if (res.error) {