This commit is contained in:
2020-06-30 20:52:59 +00:00
parent 3e91727b76
commit b8e796ec70

View File

@@ -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) {