| | |
| | | :label="item.name" |
| | | >{{item.name}}</el-option> |
| | | </el-select> |
| | | <el-button type="primary" size="small" @click="dataSearch">查询</el-button> |
| | | <el-button type="primary" size="small" @click="renderMemberTable">查询</el-button> |
| | | </div> |
| | | <div class="table-area"> |
| | | <div class="actions"> |
| | |
| | | //this.$refs['directoryInput'].files //文件夹map |
| | | let formData = new FormData; |
| | | formData.append('File',this.$refs['directoryInput'].files) |
| | | uploadDirectory(formData).then(res=>{ |
| | | debugger |
| | | |
| | | }) |
| | | debugger |
| | | // uploadDirectory(formData).then(res=>{ |
| | | // debugger |
| | | |
| | | // }) |
| | | |
| | | }, |
| | | |
| | |
| | | this.memberEditDialogVisible = true; |
| | | this.memberEditForm = {}; |
| | | }, |
| | | dataSearch () { |
| | | |
| | | } |
| | | } |
| | | } |
| | | </script> |