lius
2023-08-14 b5db3a63dc67c2c8d720749b0476f871a0427a0a
提示调整
已修改1个文件
4 ■■■■ 文件已修改
src/views/mdc/base/modules/deviceCalendar/DeviceCalendarModel.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/mdc/base/modules/deviceCalendar/DeviceCalendarModel.vue
@@ -15,7 +15,7 @@
          <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 }}
@@ -305,7 +305,7 @@
            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
                });