| | |
| | | align="center" |
| | | prop="company" |
| | | width="200" |
| | | /> |
| | | > |
| | | |
| | | </el-table-column> |
| | | <!-- <el-table-column label="工号" align="center" prop="jobNo" width="80" /> --> |
| | | <el-table-column label="姓名" align="center" prop="name" width="75" /> |
| | | <el-table-column label="性别" align="center" prop="sex" width="75"> |
| | |
| | | handleFileSuccess(response, file, fileList) { |
| | | this.ListObj = response.data; |
| | | this.userList = response.data.list; |
| | | this.userList.forEach(item => { |
| | | this.CompanyList.forEach (item1 => { |
| | | if(item1.drugManufacturerId ==this.objs.drugManufacturerId ){ |
| | | item.company = item1.cnName |
| | | } |
| | | }) |
| | | |
| | | }) |
| | | this.upload.open = false; |
| | | this.upload.isUploading = false; |
| | | this.$refs.upload.clearFiles(); |