档案管理:新增bug修复
This commit is contained in:
parent
e0b13afdaf
commit
d12dee0f72
@ -171,9 +171,11 @@ export default {
|
||||
this.$prompt(this.$t('message.fileManage.confirmDeleteTipText2'), this.$t('message.fileManage.createFolder'), {
|
||||
confirmButtonText: /* '确定', */this.$t('message.fileManage.confirm'),
|
||||
cancelButtonText: /* '取消' */this.$t('message.fileManage.cancel'),
|
||||
inputPattern:/\S/,
|
||||
inputErrorMessage: '请输入文件夹名称!'
|
||||
})
|
||||
.then(({ value }) => {
|
||||
this.createFile(value)
|
||||
this.createFile(value)
|
||||
})
|
||||
.catch(() => {
|
||||
this.$message({
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user