微盘bug
This commit is contained in:
@@ -25,6 +25,7 @@
|
||||
ref="tree"
|
||||
:props="defaultProps"
|
||||
lazy
|
||||
:expand-on-click-node="false"
|
||||
node-key="spaceid"
|
||||
:load="loadNode"
|
||||
:data="directoryList"
|
||||
@@ -75,7 +76,7 @@
|
||||
<ai-dialog
|
||||
:visible.sync="isShow"
|
||||
width="590px"
|
||||
:title="spaceid ? '修改目录名称' : '添加目录'"
|
||||
:title="form.fileId ? '修改目录名称' : '添加目录'"
|
||||
@close="onClose"
|
||||
@onConfirm="onConfirm">
|
||||
<el-form ref="form" :model="form" label-width="110px" label-position="right">
|
||||
@@ -261,6 +262,7 @@
|
||||
this.fatherid = item.fileId || ''
|
||||
|
||||
if (e === 'add') {
|
||||
this.form.fileId = ''
|
||||
this.isShow = true
|
||||
} else if (e === 'edit') {
|
||||
this.form = {
|
||||
|
||||
Reference in New Issue
Block a user