筛查结果
This commit is contained in:
parent
89d59a0aac
commit
968b83c115
@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<view class="app" v-if="prejectlist.data">
|
<view class="app" v-if="prejectlist.length>0">
|
||||||
<view class="content" v-for="(item,index) in prejectlist" @tap="result(item)">
|
<view class="content" v-for="(item,index) in prejectlist" @tap="result(item)">
|
||||||
<view class="big">{{item.projectName}}
|
<view class="big">{{item.projectName}}
|
||||||
</view>
|
</view>
|
||||||
@ -32,7 +32,7 @@
|
|||||||
var patientId = this.userinfo.id
|
var patientId = this.userinfo.id
|
||||||
projectTypedata(patientId).then(res => {
|
projectTypedata(patientId).then(res => {
|
||||||
this.prejectlist = res.data
|
this.prejectlist = res.data
|
||||||
console.log(res)
|
console.log(this.prejectlist)
|
||||||
|
|
||||||
})
|
})
|
||||||
// this.resultstype();
|
// this.resultstype();
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<view class="app" v-if="prejectlist.data">
|
<view class="app" v-if="prejectlist.length>0">
|
||||||
<view class="content" v-for="(item,index) in prejectlist">
|
<view class="content" v-for="(item,index) in prejectlist">
|
||||||
<view class="big">{{item.projectName}}
|
<view class="big">{{item.projectName}}
|
||||||
</view>
|
</view>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user