src/views/business/reportPreparation/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/views/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/views/business/reportPreparation/index.vue
@@ -734,6 +734,7 @@ }, // 查看报告 viewIssued(row) { console.log('this.javaApi', this.javaApi) this.currentInfo = row; let fileName = (row.urlS === null || row.urlS === '') ? row.url : row.urlS let fileType = "docx" src/views/index.vue
@@ -194,7 +194,7 @@ methods: { // 跳转页面 goAddList(m) { this.$router.push({name: 'MaterialOrder'}) this.$router.push({name: m.jumpPath}) }, getList(){ const key = `_${this.currentPage}`