Browse Source

档案号强制刷新

master
luobinjie 4 months ago
parent
commit
d123e2f773
  1. 6
      src/components/patientRegister/patientRegisterQuery.vue

6
src/components/patientRegister/patientRegisterQuery.vue

@ -29,7 +29,7 @@
<div class="query">
<span class="spanClass">档案号</span>
<el-input placeholder="档案号" v-model="patientRegister.query.patientNo" size="small" clearable
style="width: 80px" />
style="width: 80px" @input="changeValue" />
</div>
<div class="query">
<span class="spanClass">姓名</span>
@ -201,7 +201,9 @@ export default {
this.patientRegister.query.isRecoverGuide = null
},
changeValue (e) {
this.$forceUpdate()
},
init(customerOrgId) {
if (!customerOrgId || customerOrgId == this.dict.personOrgId) {
this.patientRegister.query.customerOrgRegister = null

Loading…
Cancel
Save