修改
This commit is contained in:
parent
14ff1bd760
commit
ee1374776c
@ -20,36 +20,23 @@
|
|||||||
} from '@/api/pagesB/SelectItem/SelectItem.js'
|
} from '@/api/pagesB/SelectItem/SelectItem.js'
|
||||||
export default {
|
export default {
|
||||||
data() {
|
data() {
|
||||||
|
|
||||||
return {
|
return {
|
||||||
prejectlist: {},
|
prejectlist: {},
|
||||||
userinfo: {}
|
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
onShow() {
|
onShow() {
|
||||||
|
projectTypedata(uni.getStorageSync('userinfo').id).then(res => {
|
||||||
this.userinfo = uni.getStorageSync('userinfo');
|
|
||||||
var patientId = this.userinfo.id
|
|
||||||
projectTypedata(patientId).then(res => {
|
|
||||||
this.prejectlist = res.data
|
this.prejectlist = res.data
|
||||||
console.log(this.prejectlist)
|
|
||||||
|
|
||||||
})
|
})
|
||||||
// this.resultstype();
|
|
||||||
},
|
},
|
||||||
|
|
||||||
methods: {
|
methods: {
|
||||||
resultstype() {
|
resultstype() {},
|
||||||
|
|
||||||
},
|
|
||||||
// 查看筛查结果
|
// 查看筛查结果
|
||||||
result(item) {
|
result(item) {
|
||||||
console.log(item)
|
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url: `/pagesB/screeningResult/screeningResult?projectId=${item.projectId}`
|
url: `/pagesB/screeningResult/screeningResult?projectId=${item.projectId}`
|
||||||
});
|
});
|
||||||
console.log(item)
|
|
||||||
|
|
||||||
}
|
}
|
||||||
// goapponint() {
|
// goapponint() {
|
||||||
// uni.navigateTo({
|
// uni.navigateTo({
|
||||||
@ -95,4 +82,4 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
Loading…
Reference in New Issue
Block a user