linehang 6 years ago
parent
commit
79cbca113b
1 changed files with 3 additions and 0 deletions
  1. 3 0
      app/sign/js/sign_handle.js

+ 3 - 0
app/sign/js/sign_handle.js

@ -71,6 +71,7 @@ top.handleVue=new Vue({
            disease: null,
            patientIDcard: null, // 必填
            adminTeamCode: null,
            mesId: null, // 消息id(必填)
            msgid: null, // 消息id(必填)
            patient: httpData.patientCode,
            doctor: null,
@ -95,6 +96,7 @@ top.handleVue=new Vue({
    	if(!httpData.msgid || httpData.msgid == "undefined" || httpData.msgid == "null") {
    		this.findMsgId()
    	} else {
    		this.signInfo.mesId = httpData.msgid
    		this.signInfo.msgid = httpData.msgid
    	}
    	this.teamLimit();
@ -172,6 +174,7 @@ top.handleVue=new Vue({
			signAPI.findMsgId(params).then(function(res) {
				layer.close(loadding)
				if(res.status == 200) {
					vm.signInfo.mesId = res.data.id
					vm.signInfo.msgid = res.data.id
				} else {
					showErrorMessage(res.msg);