| | |
| | | exportOutManageRecordCheck(this.queryParams).then(res => { |
| | | 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.data |
| | | this.$download.saveAs(url, '文件审批记录') |
| | | }) |
| | | }, |
| | |
| | | }) |
| | | }) |
| | | this.personList = data |
| | | this.refreshTable()() |
| | | this.refreshTable() |
| | | }) |
| | | }, |
| | | // 审核 |
| | |
| | | this.upLoading = false; |
| | | if (response.code == 200) { |
| | | this.$message.success('上传成功'); |
| | | this.refreshTable()() |
| | | this.refreshTable() |
| | | } else { |
| | | this.$message.error('上传失败'); |
| | | } |