浏览代码

修改 量表返回地址

test
JinxChen 7 个月前
父节点
当前提交
a4c8b8160c
共有 1 个文件被更改,包括 4 次插入2 次删除
  1. +4
    -2
      src/views/psychological-scale/index.vue

+ 4
- 2
src/views/psychological-scale/index.vue 查看文件

@@ -270,12 +270,14 @@ export default {
setTimeout(() => {
if (this.isModel) {
// 建模页跳转过来的要回建模页
this.$router.replace({
/* this.$router.replace({
name: 'PsychologicalModeling',
query: {
uid: this.uid,
},
})
}) */
this.onNavBack();

} else {
this.$router.replace({
name: 'PsychologicalScaleDetail',


正在加载...
取消
保存