diff --git a/src/api/request.js b/src/api/request.js index 27006c2..2ad3c41 100644 --- a/src/api/request.js +++ b/src/api/request.js @@ -31,20 +31,11 @@ instance.interceptors.request.use( //响应拦截 instance.interceptors.response.use( (res) => { - //console.log(res); - if (res.data.code == 1) { - // const { data } = res; - console.log(9527); - console.log(res); - return res.data - } else if (res.Code == -1) { - // console.log(res.data.message); - // this.$message({ - // message: res.data.message, - // type: 'warning' - // }); - Message.error(res.Message); + console.log(res); + if(res.data.Code == -1) { + Message.error(res.data.Message); } + return res.data }, (err) => { // console.log(err); diff --git a/src/components/itemSet/ReferenceRange.vue b/src/components/itemSet/ReferenceRange.vue index 921c9e5..98ad5b8 100644 --- a/src/components/itemSet/ReferenceRange.vue +++ b/src/components/itemSet/ReferenceRange.vue @@ -53,7 +53,8 @@ - + + diff --git a/src/components/patientRegister/Camera.vue b/src/components/patientRegister/Camera.vue new file mode 100644 index 0000000..bc7cceb --- /dev/null +++ b/src/components/patientRegister/Camera.vue @@ -0,0 +1,170 @@ + + + \ No newline at end of file diff --git a/src/components/patientRegister/PatientRegisterEdit.vue b/src/components/patientRegister/PatientRegisterEdit.vue index 2f6d848..51386f7 100644 --- a/src/components/patientRegister/PatientRegisterEdit.vue +++ b/src/components/patientRegister/PatientRegisterEdit.vue @@ -1,338 +1,427 @@ \ No newline at end of file + +.photo { + position: absolute; + top: 60px; + right: 150px; + width: 150px; + height: 180px; +} \ No newline at end of file diff --git a/src/components/patientRegister/PatientRegisterList.vue b/src/components/patientRegister/PatientRegisterList.vue index 1250556..1b77a2d 100644 --- a/src/components/patientRegister/PatientRegisterList.vue +++ b/src/components/patientRegister/PatientRegisterList.vue @@ -57,10 +57,18 @@ - + + + + + + + +