form.setFieldsValue 之后再去选择日期 出错clone.weekday is not a function 不需要重新装包, 你只需做下面的操作 :
import weekday from "dayjs/plugin/weekday"
import localeData from "dayjs/plugin/localeData"dayjs.extend(weekday)
dayjs.extend…
jslint:this function needs a use strict pragma报错解决 JSInt是指在编写代码的时候进行代码检查语法,没有必要开启 关闭的方法 在setting中搜索JSLint,设置不可用即可 转载于:https://www.cnblogs.com/a-du/p/10748197.html