瀏覽代碼

city component

lyn7568 5 年之前
父節點
當前提交
484a416e35
共有 2 個文件被更改,包括 5 次插入2 次删除
  1. 2 1
      src/views/applyManage/editApply.vue
  2. 3 1
      src/views/doctorManage/editDoctor.vue

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

@ -116,7 +116,8 @@ export default {
116 116
          prop: 'department',
117 117
          tit: '所属科室',
118 118
          num: 20,
119
          selectSearch: true
119
          selectSearch: true,
120
          required: true
120 121
        },
121 122
        {
122 123
          span: 12,

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

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