提交 51aa7e2a 编写于 作者: changdi.hao's avatar changdi.hao

优化

上级 0db3c2fb
...@@ -86,7 +86,6 @@ export default { ...@@ -86,7 +86,6 @@ export default {
}), }),
}, },
created() { created() {
if (this.$rocNative.isWeb) {
if (this.$route && this.$route.query) { if (this.$route && this.$route.query) {
const cQuery = this.$route.query; const cQuery = this.$route.query;
const hospitalIdList = cQuery.hospitalIdList || ''; const hospitalIdList = cQuery.hospitalIdList || '';
...@@ -115,7 +114,6 @@ export default { ...@@ -115,7 +114,6 @@ export default {
this.queryGDParams.originalFlag = cQuery.originalFlag; this.queryGDParams.originalFlag = cQuery.originalFlag;
this.getStudyRankData(this.queryGDParams); this.getStudyRankData(this.queryGDParams);
} }
}
}, },
methods: { methods: {
// 项目情况排名 // 项目情况排名
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册