zhuzhuanzhuan
2023-07-20 3c4c3b60f42e0ee32d6a95e0b94e4f80a20c7866
src/views/mdc/base/modules/HolidayManagement/HolidayManagementModalEdit.vue
@@ -21,8 +21,9 @@
        <a-row :gutter="24">
          <a-col :span="12">
            <a-form-item label="类型" :labelCol="labelCol" :wrapperCol="wrapperCol">
              <a-input :disabled="disableSubmit" placeholder="请输入类型"
                       v-decorator="['type', validatorRules.type]"/>
              <j-dict-select-tag :readOnly="disableSubmit" placeholder="请选择类型"
                                 :triggerChange="true" dictCode="vacation_type   "
                                 v-decorator="['vacationType', validatorRules.vacationType]" allow-clear/>
            </a-form-item>
          </a-col>
          <a-col :span="12">
@@ -228,7 +229,7 @@
        // this.editStart  = (this.model.startTime).replace(/:/g,'');
        this.visible = true
        this.$nextTick(() => {
          this.form.setFieldsValue(pick(this.model,'equipmentId', 'equipmentName','vacationDate', 'type','notes'
          this.form.setFieldsValue(pick(this.model,'equipmentId', 'equipmentName','vacationDate', 'vacationType','notes'
          ))
        })
      },