| | |
| | | {{ currentInfo.audit }} |
| | | </td> |
| | | <td> |
| | | <img :src="javaApi+'img/'+currentInfo.ratifyUserUrl" style="width: 100%;" alt="批准人签名"> |
| | | <img :src="javaApi+'/img/'+currentInfo.ratifyUserUrl" style="width: 100%;" alt="批准人签名"> |
| | | </td> |
| | | </tr> |
| | | </table> |
| | |
| | | this.outLoading = false |
| | | if(res.code==201) return this.$message.error('导出失败') |
| | | this.$message.success('导出成功') |
| | | let url = this.javaApi+'word/'+res.message |
| | | let url = this.javaApi+'/word/'+res.message |
| | | const link = document.createElement('a'); |
| | | link.href = url; |
| | | link.download = '文件修订表'; |