Browse Source

方法加上function

huhongkun 5 years ago
parent
commit
6fa8f6af9b

+ 1 - 0
app/record/html/record.html

@ -23,6 +23,7 @@
		</div>
		<script type="text/javascript" src="../../../js/vue.js"></script>
		<script type="text/javascript" src="../../../js/jquery-2.2.4.js" ></script>
		<script type="text/javascript" src="../../../js/es6-promise.js"></script>
		<script src="../../../plugins/layer/layer.min.js"></script>
		<script src="../../../plugins/toastr/toastr.min.js"></script>
		<script src="../../../js/util.js"></script>

+ 1 - 1
app/record/js/consultation.js

@ -38,7 +38,7 @@ new Vue({
  		}
  	}
  },
  mounted(){
  mounted: function(){
  	this.patient = localStorage.getItem("severPatientCode");
  	this.teamCode = JSON.parse(localStorage.getItem("severPatientTeam")).id;
  	this.msgListView(this.currentPage);

+ 1 - 1
app/record/js/education-detail.js

@ -6,7 +6,7 @@ new Vue({
  	methods:{
  		
  	},
	mounted(){
	mounted: function(){
		var vm = this
	  	var Request = GetRequest();
	  	var id = Request["articleId"];

+ 1 - 1
app/record/js/education.js

@ -38,7 +38,7 @@ new Vue({
  		}
  	}
  },
  mounted(){
  mounted: function(){
  	this.patient = localStorage.getItem("severPatientCode");
  	this.teamCode = JSON.parse(localStorage.getItem("severPatientTeam")).id;
  	this.msgListView(this.currentPage);

+ 1 - 1
app/record/js/guidance-detail.js

@ -6,7 +6,7 @@ new Vue({
  	methods:{
  		
  	},
	mounted(){
	mounted: function(){
		var vm = this
	  	var Request = GetRequest();
	  	var id = Request["id"];

+ 1 - 1
app/record/js/guidance.js

@ -38,7 +38,7 @@ new Vue({
  		}
  	}
  },
  mounted(){
  mounted: function(){
  	this.patient = localStorage.getItem("severPatientCode");
  	this.teamCode = JSON.parse(localStorage.getItem("severPatientTeam")).id;
  	this.msgListView(this.currentPage);

+ 1 - 1
app/record/js/reserve-detail.js

@ -6,7 +6,7 @@ new Vue({
  	methods:{
  		
  	},
	mounted(){
	mounted: function(){
		var vm = this
	  	var Request = GetRequest();
	  	var orderId = Request["orderId"];

+ 1 - 1
app/record/js/toBeReserved.js

@ -38,7 +38,7 @@ new Vue({
  		}
  	}
  },
  mounted(){
  mounted: function(){
  	this.patient = localStorage.getItem("severPatientCode");
  	this.teamCode = JSON.parse(localStorage.getItem("severPatientTeam")).id;
  	this.msgListView(this.currentPage);

+ 1 - 0
app/recover/html/new_recover.html

@ -10,6 +10,7 @@
		<link href="../../../plugins/toastr/toastr.min.css" rel="stylesheet">
		<link rel="stylesheet" type="text/css" href="https://unpkg.com/element-ui/lib/theme-chalk/index.css" />
		<link rel="stylesheet" type="text/css" href="../css/new_recover.css" />
		<script src="../../../js/esModule.js" type="text/javascript"></script>
	</head>
	<body class="m0">
	<div id="app" v-cloak>