Browse Source

若无登记号则不能引入

360view
bianyaqi 2 years ago
parent
commit
c37ccebe95
  1. 4
      public/index.html
  2. 2
      src/page-subspecialty/views/modules/optometryManagement/dioptric/patient-add-or-update.vue
  3. 2
      src/page-subspecialty/views/modules/outpatientManagement/call/patient-add-or-update.vue
  4. 2
      src/page-subspecialty/views/modules/outpatientManagement/treat/patient-add-or-update.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.167:8036/xiangan-crf';
// window.SITE_CONFIG['apiURL'] = 'http://47.110.224.240:8036/xiangan-crf';
window.SITE_CONFIG['apiURL'] = 'http://192.168.0.167:8036/xiangan-crf';
</script>
<% } %>
<!-- 测试环境 -->

2
src/page-subspecialty/views/modules/optometryManagement/dioptric/patient-add-or-update.vue

@ -168,7 +168,7 @@ export default {
this.$nextTick(() => {
this.$refs.dataForm.resetFields() //
// this.getVisitList() // 访
if (this.params.patientIdNumber && this.dataForm.title !== 'HIS引入') {
if (this.params.patientId && this.dataForm.title !== 'HIS引入') {
this.dataForm = {
title: this.dataForm.title,
...this.params

2
src/page-subspecialty/views/modules/outpatientManagement/call/patient-add-or-update.vue

@ -173,7 +173,7 @@ export default {
this.getProject()
this.$nextTick(() => {
this.$refs.dataForm.resetFields() //
if (this.params.patientIdNumber && this.dataForm.title !== 'HIS引入') {
if (this.params.patientId && this.dataForm.title !== 'HIS引入') {
// this.getInfo()
this.dataForm = {
title: this.dataForm.title,

2
src/page-subspecialty/views/modules/outpatientManagement/treat/patient-add-or-update.vue

@ -169,7 +169,7 @@ export default {
this.getProject()
this.$nextTick(() => {
this.$refs.dataForm.resetFields() //
if (this.params.patientIdNumber && this.dataForm.title !== 'HIS引入') {
if (this.params.patientId && this.dataForm.title !== 'HIS引入') {
this.dataForm = {
title: this.dataForm.title,
...this.params

Loading…
Cancel
Save