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