|
@ -248,11 +248,13 @@
|
|
this.getRehabilitationPatientList(this.searchKey)
|
|
this.getRehabilitationPatientList(this.searchKey)
|
|
},
|
|
},
|
|
// 根据身份证号码获取家签居民
|
|
// 根据身份证号码获取家签居民
|
|
|
|
// isTurnDown String 类型是否已下转 -2:未下转未家签,-1未下转 0未下转全部,;1已下转(未接收);2已下转(已接收);3已下转全部;03已下转全部+未下转全部
|
|
getRehabilitationPatientList: function(value){
|
|
getRehabilitationPatientList: function(value){
|
|
var vm = this,
|
|
var vm = this,
|
|
loading = layer.load(0, {shade: false})
|
|
loading = layer.load(0, {shade: false})
|
|
var params = {
|
|
var params = {
|
|
idcard: value
|
|
|
|
|
|
idcard: value,
|
|
|
|
isTurnDown: '03'
|
|
}
|
|
}
|
|
rehaAPI.getRehabilitationPatientList(params).then(function(res){
|
|
rehaAPI.getRehabilitationPatientList(params).then(function(res){
|
|
layer.close(loading)
|
|
layer.close(loading)
|