Browse Source

首诊单带入

360view
bianyaqi 2 years ago
parent
commit
04873237fc
  1. 4
      public/index.html
  2. 17
      src/page-subspecialty/views/modules/optometryManagement/seeDoctor/first-visit/index.vue

4
public/index.html

@ -39,8 +39,8 @@
<% if (process.env.VUE_APP_NODE_ENV === 'dev') { %>
<script>
//http://121.36.16.195:9002/huimu-admin/swagger-ui/index.html
// window.SITE_CONFIG['apiURL'] = 'http://47.110.224.240:8036/xiangan-crf';
window.SITE_CONFIG['apiURL'] = 'http://192.168.0.168:8036/xiangan-crf';
window.SITE_CONFIG['apiURL'] = 'http://47.110.224.240:8036/xiangan-crf';
// window.SITE_CONFIG['apiURL'] = 'http://192.168.0.168:8036/xiangan-crf';
// window.SITE_CONFIG['apiURL'] = 'http://192.168.4.174:8036/xiangan-crf';
</script>
<% } %>

17
src/page-subspecialty/views/modules/optometryManagement/seeDoctor/first-visit/index.vue

@ -272,22 +272,7 @@ export default {
params: params
})
if (res.code === 0) {
this.formData.butOd = res.data.butOd
this.formData.butOs = res.data.butOs
this.formData.eod = res.data.eod
this.formData.eos = res.data.eos
this.formData.hdOd = res.data.hdOd
this.formData.hdOs = res.data.hdOs
this.formData.hod = res.data.hod
this.formData.hos = res.data.hos
this.formData.iolOd = res.data.iolOd
this.formData.iolOs = res.data.iolOs
this.formData.npOd = res.data.npOd
this.formData.npOs = res.data.npOs
this.formData.vod = res.data.vod
this.formData.vos = res.data.vos
this.formData.zjOd = res.data.zjOd
this.formData.zjOs = res.data.zjOs
this.formData = res.data
} else {
this.$message.error(res.msg)
}

Loading…
Cancel
Save