gaoluyang
2025-03-13 86d52bad0b53704ab6ed8937a3e77b6a8e67895e
路由跳转修改
已修改2个文件
3 ■■■■ 文件已修改
src/views/business/reportPreparation/index.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | 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}`