|
|
@ -128,25 +128,25 @@ |
|
|
|
var popmsgIndex = 0 |
|
|
|
for (var i = 0; i < this.visitUsers.length; i++) { |
|
|
|
this.visitUsers[i].select = false |
|
|
|
this.visitUsers[i].hospital_info = [ |
|
|
|
{ |
|
|
|
"times": -1, |
|
|
|
"hospital_name": "测试医院", |
|
|
|
"hospital_dept": "呼吸科", |
|
|
|
"hospital_state": true, |
|
|
|
"is_expire":true, |
|
|
|
"last_visit_time": "2021-01-12 13:16:26" |
|
|
|
}, |
|
|
|
// this.visitUsers[i].hospital_info = [ |
|
|
|
// { |
|
|
|
// "times": -1, |
|
|
|
// "hospital_name": "测试医院", |
|
|
|
// "hospital_dept": "呼吸科", |
|
|
|
// "hospital_state": true, |
|
|
|
// "is_expire":true, |
|
|
|
// "last_visit_time": "2021-01-12 13:16:26" |
|
|
|
// }, |
|
|
|
|
|
|
|
{ |
|
|
|
"times": 10, |
|
|
|
"hospital_name": "测试医院", |
|
|
|
"hospital_dept": "呼吸科", |
|
|
|
"hospital_state": true, |
|
|
|
"is_expire":true, |
|
|
|
"last_visit_time": "2021-01-12 13:16:26" |
|
|
|
} |
|
|
|
] |
|
|
|
// { |
|
|
|
// "times": 10, |
|
|
|
// "hospital_name": "测试医院", |
|
|
|
// "hospital_dept": "呼吸科", |
|
|
|
// "hospital_state": true, |
|
|
|
// "is_expire":true, |
|
|
|
// "last_visit_time": "2021-01-12 13:16:26" |
|
|
|
// } |
|
|
|
// ] |
|
|
|
|
|
|
|
try{ |
|
|
|
var dateService = new Date(server_time.replaceAll('-', "/")); |
|
|
|