forked from huge/frontEnd/hugeOA

..
liyj
2020-06-28 e3831a6e7d20a22b1addc8752ccbf47786296975
src/components/common/SearchFormView/index.jsx
@@ -220,6 +220,7 @@
                                                                console.log(date, dateString);
                                                                this.monthPickerChange(item.key, date, dateString);
                                                            }}
                                                            disabledDate={item.disabledDate || false}
                                                            value={formData[item.key] ? moment(formData[item.key], 'YYYY-MM') : undefined}
                                                        />
                                                    </Form.Item>