Browse Source

全部提醒参数修改

linehang 6 years ago
parent
commit
9ca0785cb7
1 changed files with 2 additions and 2 deletions
  1. 2 2
      app/sign/html/sign_manage.html

+ 2 - 2
app/sign/html/sign_manage.html

@ -296,7 +296,7 @@
			        		loading = layer.load(0, {shade: false})
			        		param = {
			        			patient: list ? list.patientCode : "",
			        			all: status
			        			isAll: status
			        		}
			        	signAPI.remainMoney(param).then(function(res) {
			        		layer.close(loading)
@ -313,7 +313,7 @@
			        		loading = layer.load(0, {shade: false})
			        		param = {
			        			patient: list ? list.patientCode : "",
			        			all: status
			        			isAll: status
			        		}
			        	signAPI.remainFocus(param).then(function(res) {
			        		layer.close(loading)