Browse Source

import

master
pengjun 2 years ago
parent
commit
0716fadbf5
  1. 7
      src/views/customerOrg/patientRegisterImport.vue

7
src/views/customerOrg/patientRegisterImport.vue

@ -1525,8 +1525,10 @@ export default {
deep: true, //
handler(newVal,oldVal){
console.log('watch:readDataOpts.titleRow:',newVal,oldVal)
if(newVal && newVal != oldVal){
if(this.seq == 11) this.readData()
}
}
},
//
@ -1534,10 +1536,11 @@ export default {
// immediate: true, //
deep: true, //
handler(newVal,oldVal){
//
if(newVal && newVal != oldVal){
this.query.startDate = new Date(this.query.customerOrgRegister.beginTime)
this.query.endDate = this.query.customerOrgRegister.isComplete == 'N' ? new Date(): new Date(this.query.customerOrgRegister.endTime)
}
}
},
//
@ -1545,7 +1548,7 @@ export default {
// immediate: true, //
deep: true, //
handler(newVal,oldVal){
if(this.seq == 22){
if(newVal && newVal != oldVal){
this.getGroups(newVal)
}
}

Loading…
Cancel
Save