Commit 01445b74 by zhaochengxiang

资产更新目录bug

parent eb0f539d
...@@ -87,7 +87,7 @@ const UpdateDirectoryModal = (props) => { ...@@ -87,7 +87,7 @@ const UpdateDirectoryModal = (props) => {
return; return;
} }
payload.data = { ...payload.data, id: dirId }; payload.data = { ...payload.data, ...{ order: dir.order, id: dirId } };
const parentPath = dir.path.substring(0, dir.path.lastIndexOf("/"));; const parentPath = dir.path.substring(0, dir.path.lastIndexOf("/"));;
payload = { ...payload, params: { payload = { ...payload, params: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment