ソースを参照

12324 【PC端】康复下转,搜索有误

yht2016 3 年 前
コミット
e9f7e650b8
1 ファイル変更3 行追加1 行削除
  1. 3 1
      app/rehabilitation/html/addRecoveryDown.html

+ 3 - 1
app/rehabilitation/html/addRecoveryDown.html

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