@@ -358,7 +358,7 @@ export default {
|
||||
async getList() {
|
||||
this.loading = true
|
||||
try {
|
||||
const res = getOncologyReadingInfo({ visitTaskId: this.visitTaskId })
|
||||
const res = await getOncologyReadingInfo({ visitTaskId: this.visitTaskId })
|
||||
var questions = []
|
||||
if (res.Result.OncologyVisits.length > 0) {
|
||||
var task = res.Result.OncologyVisits[0]
|
||||
|
||||
Reference in New Issue
Block a user