提交 952303d9 编写于 作者: guangjun.yang's avatar guangjun.yang

查找对应的职称与专业

上级 4e77a58f
......@@ -146,7 +146,8 @@ export default {
}
],
isInfresh: false,
hasLogin: false
hasLogin: false,
hasResetPosition: false,
};
},
computed: {
......@@ -304,7 +305,10 @@ export default {
this.listData = this.titleTestModelList[parentIndex].firstSubjectModelList || [];
console.log('查找对应的职称与专业', this.currentModelIndex, this.listData);
this.$forceUpdate();
this.resetProjectPosition(fIndex, subIndex);
if(!hasResetPosition) {
this.hasResetPosition = true;
this.resetProjectPosition(fIndex, subIndex);
}
},
// 将定位到的元素,滚动到最上面
......
此差异已折叠。
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册