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 = [];