fix:修改添加面授课编辑面授课时时间回显问题,修改创建调研问题字段长度

This commit is contained in:
wyx
2022-12-29 11:12:08 +08:00
parent 406d2c3e1c
commit cd5e3fd097
7 changed files with 10 additions and 9 deletions

View File

@@ -593,8 +593,8 @@ export default {
state.duration = result.duration;
if (result.beginTime && result.endTime) {
state.chooseTime = [
dayjs(result.beginTime, "YYYY-MM-DD"),
dayjs(result.endTime, "YYYY-MM-DD"),
dayjs(result.beginTime, "YYYY-MM-DD HH-mm"),
dayjs(result.endTime, "YYYY-MM-DD HH-mm"),
];
} else {
state.chooseTime = [];