Xiao_yanpeng 7 سال پیش
والد
کامیت
d8ccfb392c
1فایلهای تغییر یافته به همراه4 افزوده شده و 4 حذف شده
  1. 4 4
      app/record/js/record.js

+ 4 - 4
app/record/js/record.js

@ -10,14 +10,14 @@ new Vue({
			{title:'统计',href:'../html/census.html'}
    ],
    teamName:null,
//  patientCode:"",
    patientCode:"ec7572875d27446cb4f067b13a85d72a",
    patientCode:"",
//  patientCode:"ec7572875d27446cb4f067b13a85d72a",
    activeidx: ""
  },
  mounted: function(){
  	var vm = this;
//	var Request = GetRequest();
//	vm.patientCode = Request["patient"]
		var Request = GetRequest();
		vm.patientCode = Request["patient"]
  	recordAPI.teamInfo({patient:vm.patientCode}).then(function(res){
  		if(res.status == 200){
  			var data = res.data,teams = [];