|
@ -42,7 +42,7 @@ top.rehabilitationGuideVue = new Vue({
|
|
|
patient: httpData['patient'],
|
|
|
patientName: decodeURI(httpData['patientName']),
|
|
|
layerIndex: undefined,
|
|
|
recordId: httpData['recordId'],
|
|
|
recordId: httpData['recordId']||undefined,
|
|
|
islimit: false
|
|
|
},
|
|
|
mounted: function() {
|
|
@ -300,14 +300,14 @@ top.rehabilitationGuideVue = new Vue({
|
|
|
});
|
|
|
vm.upImgArr.push(img1);
|
|
|
console.log('e', e, 'vm.upImgs', vm.upImgs, 'vm.upImgArr', vm.upImgArr)
|
|
|
// vm.uploadImg(vm.upImgArr);
|
|
|
//vm.uploadImg(vm.upImgArr);
|
|
|
}
|
|
|
},
|
|
|
qrwc: function(patient,type) {
|
|
|
var vm = this;
|
|
|
vm.saveRehabilitationOperateRecord(vm.planid,type);
|
|
|
},
|
|
|
saveRehabilitationOperateRecord:function(planDetailId, type, relationCode){
|
|
|
saveRehabilitationOperateRecord:function(planDetailId, type, relationCode, flag){
|
|
|
var vm=this;
|
|
|
var params={
|
|
|
rehabilitationDetailId: planDetailId,
|