Browse Source

city component

lyn7568 5 years ago
parent
commit
484a416e35
2 changed files with 5 additions and 2 deletions
  1. 2 1
      src/views/applyManage/editApply.vue
  2. 3 1
      src/views/doctorManage/editDoctor.vue

+ 2 - 1
src/views/applyManage/editApply.vue

116
          prop: 'department',
116
          prop: 'department',
117
          tit: '所属科室',
117
          tit: '所属科室',
118
          num: 20,
118
          num: 20,
119
          selectSearch: true
119
          selectSearch: true,
120
          required: true
120
        },
121
        },
121
        {
122
        {
122
          span: 12,
123
          span: 12,

+ 3 - 1
src/views/doctorManage/editDoctor.vue

119
          prop: 'department',
119
          prop: 'department',
120
          tit: '所属科室',
120
          tit: '所属科室',
121
          num: 20,
121
          num: 20,
122
          selectSearch: true
122
          selectSearch: true,
123
          required: true
123
        },
124
        },
124
        {
125
        {
125
          span: 12,
126
          span: 12,
271
        }
272
        }
272
      } else {
273
      } else {
273
        this.objId = ''
274
        this.objId = ''
275
        this.dyStrArr = []
274
        this.formObj = {
276
        this.formObj = {
275
          account: '',
277
          account: '',
276
          name: '',
278
          name: '',