| | |
| | | :title="title" |
| | | :visible="visible" |
| | | centered |
| | | width="50%" |
| | | width="75%" |
| | | @cancel="handleCancel" |
| | | :afterClose="clearMod" |
| | | :footer="null" |
| | |
| | | </a-button> |
| | | </a-col> |
| | | <a-col :span="12" style="text-align: right" v-if="title=='信息修改'"> |
| | | <a-button type="primary" style="min-width: 140px;margin-right: 12px" @click="confirmSend(4)" :disabled="userInfo.role.id==1?true:false"> |
| | | <a-button type="primary" style="min-width: 140px;margin-right: 12px" @click="confirmSend(4)" :disabled="userInfo.role.id==1?true:false" v-preventReClick="1500"> |
| | | 确认并提交审核 |
| | | </a-button> |
| | | </a-col> |
| | |
| | | return file; |
| | | }); |
| | | this.fileList = fileList; |
| | | console.log(this.fileList,'list') |
| | | }, |
| | | |
| | | removeFile(file){ |
| | | this.delList.push(file.response.data.id) |
| | | if(this.title == '信息转发'){ |
| | | this.delList.push(file.uid) |
| | | }else{ |
| | | this.delList.push(file.response.data.id) |
| | | } |
| | | console.log(this.fileList,this.form,'form') |
| | | }, |
| | | |
| | | async deleteFile(){ |