gaoluyang
2025-03-14 edc84d3ddc111f0c3e2ce6724d506637334ce137
前端跳转路由修改
已修改2个文件
3 ■■■■ 文件已修改
src/views/CNAS/personnel/personnelInfo/index.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/CNAS/personnel/personnelInfo/index.vue
@@ -153,6 +153,7 @@
    };
  },
  mounted() {
    this.activeName = this.$route.query.activeName || '人员基本信息'
    this.geList();
  },
  methods: {
src/views/index.vue
@@ -194,7 +194,7 @@
  methods: {
    // 跳转页面
    goAddList(m) {
      this.$router.push({name: m.jumpPath})
      this.$router.push({name: m.jumpPath, query: { activeName: m.jumpId }})
    },
    getList(){
      const key = `_${this.currentPage}`