提交 7ef3bb24 编写于 作者: B break60

Fix rename check parameter

上级 2330cc88
......@@ -71,7 +71,7 @@
})
}else{
return this.store.dispatch('resource/resourceVerifyName', {
fullName: localStore.getItem('currentDir')+'/'+this.name,
fullName: '/'+this.name,
type: 'FILE'
})
}
......
......@@ -72,7 +72,7 @@
})
}else{
return this.store.dispatch('resource/resourceVerifyName', {
fullName: localStore.getItem('currentDir')+'/'+this.name,
fullName: '/'+this.name,
type: 'UDF'
})
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册