Browse Source

report

master
pengjun 1 year ago
parent
commit
372d73dca4
  1. 5
      src/components/doctorCheck/RegisterCheckEdit.vue
  2. 1
      src/components/sumDoctorCheck/ButtonList.vue
  3. 4
      src/components/sumDoctorCheck/SumPREdit.vue

5
src/components/doctorCheck/RegisterCheckEdit.vue

@ -63,10 +63,11 @@ export default {
methods: {
//
dictInit() {
getapi('/api/identity/users/getlist?SkipCount=0&MaxResultCount=1000')
//
postapi('/api/identity/users/GetListByOperatorType',{operatorTypes:["1","3"]})
.then(res => {
if (res.code > -1) {
this.users = res.data.items
this.users = res.data
}
})
},

1
src/components/sumDoctorCheck/ButtonList.vue

@ -321,7 +321,6 @@ export default {
],
};
// postapi(`/api/app/printreport/getpeisreport?PatientRegisterId=${this.dataTransOpts.tableS.patient_register.id}`)
// .then((res) => {
// if (res.code != -1) {

4
src/components/sumDoctorCheck/SumPREdit.vue

@ -79,10 +79,10 @@ export default {
//
dictInit() {
//
getapi('/api/identity/users/getlist?SkipCount=0&MaxResultCount=1000')
postapi('/api/identity/users/GetListByOperatorType',{operatorTypes:["2","3"]})
.then(res => {
if (res.code > -1) {
this.users = res.data.items
this.users = res.data
}
})

Loading…
Cancel
Save