修改
This commit is contained in:
parent
40291980d7
commit
868ea1c847
@ -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) : ''
|
||||
|
||||
Loading…
Reference in New Issue
Block a user