This commit is contained in:
2024-04-19 09:01:27 +08:00
parent 40291980d7
commit 868ea1c847

View File

@ -218,7 +218,7 @@ export default {
/** 查询患者信息列表 */
getList() {
this.loading = true;
this.queryParams.params = {};
this.queryParams.taskCreateType = 'MANUAL_CREATE'
tasklist(this.queryParams).then(response => {
response.rows.forEach(e => {
e.birthDate ? e.age = getAge(e.birthDate) : ''