src/views/CNAS/personnel/personnelInfo/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/views/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | 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}`