Browse Source

医师列表

360view
bianyaqi 2 years ago
parent
commit
60be60301b
  1. 6
      src/page-subspecialty/views/modules/optometryManagement/dioptric/patient-add-or-update.vue
  2. 4
      src/page-subspecialty/views/modules/outpatientManagement/call/patient-add-or-update.vue
  3. 4
      src/page-subspecialty/views/modules/outpatientManagement/treat/patient-add-or-update.vue

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

@ -158,8 +158,8 @@ export default {
methods: {
init() {
this.visible = true
this.getDoctorList('视光医')
this.getDoctorList('门诊医')
this.getDoctorList('视光医')
this.getDoctorList('门诊医')
this.getProject()
this.$nextTick(() => {
this.$refs.dataForm.resetFields() //
@ -202,7 +202,7 @@ export default {
if (!valid) {
return false
}
this.dataForm.zlProjectCode = this.dataForm.zlProjectCode.join(',')
this.dataForm.zlProjectCode = this.dataForm.zlProjectCode.length && this.dataForm.zlProjectCode.join(',')
this.$http[!this.dataForm.id ? 'post' : 'put']('/patient/savePatient', this.dataForm).then(({ data: res }) => {
if (res.code !== 0) {
return this.$message.error(res.msg)

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

@ -166,8 +166,8 @@ export default {
methods: {
init() {
this.visible = true
this.getDoctorList('视光医')
this.getDoctorList('门诊医')
this.getDoctorList('视光医')
this.getDoctorList('门诊医')
this.getProject()
this.$nextTick(() => {
this.$refs.dataForm.resetFields() //

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

@ -154,8 +154,8 @@ export default {
methods: {
init() {
this.visible = true
this.getDoctorList('视光医')
this.getDoctorList('门诊医')
this.getDoctorList('视光医')
this.getDoctorList('门诊医')
this.getProject()
this.$nextTick(() => {
this.$refs.dataForm.resetFields() //

Loading…
Cancel
Save