提交 c9dec724 编写于 作者: Yuanzhao.dai's avatar Yuanzhao.dai

goToscale

上级 f2d898b0
...@@ -103,7 +103,7 @@ ...@@ -103,7 +103,7 @@
<p class="title">随访登记表</p> <p class="title">随访登记表</p>
</div> </div>
<div class="list-item" v-for="(item, index) in enteringInfo.fuTable" :key="index" v-if="enteringInfo.fuTable.length>0"> <div class="list-item" v-for="(item, index) in enteringInfo.fuTable" :key="index" v-if="enteringInfo.fuTable.length>0">
<p class="link-p">{{item.name}}</p> <p class="link-p" @click="goToScale(item)">{{item.name}}</p>
</div> </div>
<div class="list-item" v-if="enteringInfo.fuTable.length==0"> <div class="list-item" v-if="enteringInfo.fuTable.length==0">
<p class="empty-p">暂无</p> <p class="empty-p">暂无</p>
...@@ -148,6 +148,10 @@ ...@@ -148,6 +148,10 @@
closeDetail(){ closeDetail(){
this.$emit('closeDetail',false) this.$emit('closeDetail',false)
}, },
goToScale(val) {
this.$router.push({path: '/followup/record-manage/form-template',
query: {doctorId: val.doctorId, scaleNo: val.scaleNo, planPatientsTimesId: val.planPatientsTimesId, showBtn: 1}});
}
}, },
filters: { filters: {
emptyFileter: function(value) { emptyFileter: function(value) {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册