Commit 8ecaba8c authored by zhengke's avatar zhengke

文件夹

parent c8ddf84c
......@@ -120,6 +120,9 @@ page {
.flex-end{
justify-content: end;
}
.flex-center{
justify-content: center;
}
.text-primary{
color:#0b40fe;
}
......
......@@ -57,6 +57,7 @@ const saveFolder=async ()=>{
try {
let response = await FolderService.SetFolderAsync(props.folderId,name.value,props.parentId,props.folderType)
if(response.data.resultCode==ApiResult.SUCCESS){
emit('close')
emit('success')
ElMessage.success({
message:'操作成功'
......
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