|
|
@ -347,10 +347,6 @@ function onLoadMatterList(){ |
|
|
} |
|
|
} |
|
|
//----------for dir----------- |
|
|
//----------for dir----------- |
|
|
function createDir(){ |
|
|
function createDir(){ |
|
|
if(matterList.value.length>0){ |
|
|
|
|
|
//防止多次新建目录 |
|
|
|
|
|
if (matterList.value[0].name=="") return; |
|
|
|
|
|
} |
|
|
|
|
|
matterList.value?.unshift({ |
|
|
matterList.value?.unshift({ |
|
|
name:"", |
|
|
name:"", |
|
|
userUuid:uid, |
|
|
userUuid:uid, |
|
|
|