| @@ -1101,10 +1101,6 @@ | |||||
| }) | }) | ||||
| }, | }, | ||||
| onSubmitXCDC(values) { | onSubmitXCDC(values) { | ||||
| this.xcdcform["createBy"] = this.userId | |||||
| this.xcdcform["createTime"] = getNowFormatDate() | |||||
| this.xcdcform["updateBy"] = this.userId | |||||
| this.xcdcform["updateTime"] = getNowFormatDate() | |||||
| let i = 0 | let i = 0 | ||||
| if(this.xcdcform.item1=='N'){ | if(this.xcdcform.item1=='N'){ | ||||
| i++ | i++ | ||||
| @@ -1187,10 +1183,6 @@ | |||||
| }) | }) | ||||
| }}, | }}, | ||||
| onSubmitDHDC(values) { | onSubmitDHDC(values) { | ||||
| this.dhdcform["createBy"] = this.userId | |||||
| this.dhdcform["createTime"] = getNowFormatDate() | |||||
| this.dhdcform["updateBy"] = this.userId | |||||
| this.dhdcform["updateTime"] = getNowFormatDate() | |||||
| if(this.dhdcform.id){ | if(this.dhdcform.id){ | ||||
| updateInvestigate(this.dhdcform).then(res => { | updateInvestigate(this.dhdcform).then(res => { | ||||
| this.showDHDC = false | this.showDHDC = false | ||||