fix: 自测问题修改,登录标题修改。
This commit is contained in:
@@ -426,10 +426,6 @@ function settingCancel() {
|
||||
queryHealthRecordParams.value.personId=e.value[0].id
|
||||
listHealthRecord(queryHealthRecordParams.value).then((response) => {
|
||||
healthRecordList.value = [response.rows]
|
||||
if(response.rows.length>0){
|
||||
queryParams.value.healthRecordName= response.rows[0].name
|
||||
queryParams.value.recordId = response.rows[0].id
|
||||
}
|
||||
showPerson.value = false
|
||||
pageNum.value = 1
|
||||
listData.value = []
|
||||
@@ -462,7 +458,8 @@ function settingCancel() {
|
||||
getList()
|
||||
}
|
||||
function handleHealthRecordCancel() {
|
||||
|
||||
queryParams.value.healthRecordName= ""
|
||||
queryParams.value.recordId = null
|
||||
showHealthRecord.value = false
|
||||
listData.value = []
|
||||
getList()
|
||||
|
||||
Reference in New Issue
Block a user