mirror of
https://gitee.com/elegant_wings/dbd-meeting-html.git
synced 2025-06-21 05:39:36 +08:00
修改了企业的开始时间初始化问题
This commit is contained in:
parent
ccfae8a848
commit
e848db66e6
@ -559,8 +559,8 @@ export default {
|
|||||||
// 照片墙
|
// 照片墙
|
||||||
values.bannerImages = bannerImages
|
values.bannerImages = bannerImages
|
||||||
console.log('Received values of form: ', values)
|
console.log('Received values of form: ', values)
|
||||||
values.startDate = moment(values.startDate).format('YYYY-MM-DD')
|
// values.startDate = moment(values.startDate).format('YYYY-MM-DD')
|
||||||
console.log(values.startDate)
|
// console.log(values.startDate)
|
||||||
this.confirmLoading = true
|
this.confirmLoading = true
|
||||||
saveCustomer(values).then(res => {
|
saveCustomer(values).then(res => {
|
||||||
if (res.code === 0) {
|
if (res.code === 0) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user