This commit is contained in:
@@ -89,7 +89,7 @@ export default {
|
|||||||
return {
|
return {
|
||||||
jobActive: false,
|
jobActive: false,
|
||||||
reload: false,
|
reload: false,
|
||||||
moveDialog: true,
|
moveDialog: false,
|
||||||
moveType: null,
|
moveType: null,
|
||||||
moveId: null,
|
moveId: null,
|
||||||
selectedItems: [],
|
selectedItems: [],
|
||||||
@@ -153,7 +153,7 @@ export default {
|
|||||||
window.$gz.form.deleteAllErrorBoxErrors(vm);
|
window.$gz.form.deleteAllErrorBoxErrors(vm);
|
||||||
let res = await window.$gz.api.upsert("attachment/bulk-move", {
|
let res = await window.$gz.api.upsert("attachment/bulk-move", {
|
||||||
idList: this.selectedItems,
|
idList: this.selectedItems,
|
||||||
ayaType: this.moveType,
|
toType: this.moveType,
|
||||||
toId: this.moveId
|
toId: this.moveId
|
||||||
});
|
});
|
||||||
if (res.error) {
|
if (res.error) {
|
||||||
|
|||||||
Reference in New Issue
Block a user