| | |
| | | type="info" |
| | | size="small" |
| | | @click="setDirectoryDownload" |
| | | >{{ $t("shuJuGuanLi.butten.directoryDownload") }}</el-button> |
| | | >{{ $t("shuJuGuanLi.butten.folderDownload") }}</el-button> |
| | | </el-form-item> |
| | | <el-form-item> |
| | | |
| | |
| | | type="success" |
| | | icon="el-icon-plus" |
| | | size="small" |
| | | >{{ $t("shuJuGuanLi.butten.uploadFile") }}</el-button> |
| | | >{{ $t("shuJuGuanLi.butten.uploads") }}</el-button> |
| | | </el-upload> |
| | | </el-form-item> |
| | | <el-form-item> |
| | |
| | | var rs = JSON.parse(this.currentData); |
| | | cdata = this.$refs.tree.getNode(rs.id).data; |
| | | } else { |
| | | cdata = this.dirList[0] |
| | | cdata = this.dirList[this.dirList.length - 1] |
| | | } |
| | | this.$nextTick(() => { |
| | | this.expandData = [cdata.id]; |