taskId:282,remark:'commit'
This commit is contained in:
@@ -120,6 +120,7 @@
|
||||
modalFormRef.value?.toggle();
|
||||
};
|
||||
const moveNode = (data, type: opType) => {
|
||||
debugger
|
||||
const flag = type === 'up';
|
||||
http.post(group.move, { ...data, isUp: flag }).then(() => {
|
||||
treeRef.value?.treeReload();
|
||||
|
Reference in New Issue
Block a user