|
@@ -201,7 +201,7 @@
|
|
|
.then(res => {
|
|
|
// 因为需要提交的数据和绑定的数据不一样,所以要转换
|
|
|
this.formData['status'] = 0;
|
|
|
- this.formData.builtOn = new Date(this.formData.builtOn).getTime()
|
|
|
+ this.formData.builtOn = this.formData.builtOn
|
|
|
console.log(this.formData, '222');
|
|
|
this.formData.empList = [this.newEmpList]
|
|
|
var jsdata = JSON.stringify(this.formData);
|