| | |
| | | <a-row :gutter="24"> |
| | | <a-col :span="24"> |
| | | <a-form-item label="班制" :labelCol="labelColLong" :wrapperCol="wrapperColLong"> |
| | | <a-select v-decorator="['monShiftId', validatorRules.monShiftId]" placeholder="请选择班制" |
| | | <a-select v-decorator="['shiftId', validatorRules.shiftId]" placeholder="请选择班制" |
| | | :allowClear='allowClear' @change="initShiftSubList"> |
| | | <a-select-option v-for="(em,index) in shiftList" :key="index" :value="em.value"> |
| | | {{ em.label }} |
| | |
| | | postAction(this.url.settingCalendar, formData).then((res) => { |
| | | if (res.success) { |
| | | // that.$message.success(res.message) |
| | | that.$notification.warning({ |
| | | that.$notification.success({ |
| | | message:'消息', |
| | | description:res.message |
| | | }); |