|
@@ -1018,7 +1018,7 @@ export default {
|
|
|
all+= Number(item.accident_sum)
|
|
|
PlanNum.push(item.plan_number)
|
|
|
})
|
|
|
- formData.planNumber = PlanNum.toString()
|
|
|
+ formData.plan_number = PlanNum.toString()
|
|
|
sonTable.every(item=>{
|
|
|
if(item.accident_type=='不涉及金额' && item.accident_sum!=='0'){
|
|
|
this.$message.error('事故类型为不涉及金额时事故金额应为0!')
|
|
@@ -1170,6 +1170,7 @@ export default {
|
|
|
this.btndisabled = true
|
|
|
postFormDataAction(url, formData, { jsonContent: jsonPamats })
|
|
|
.then(res => {
|
|
|
+ debugger
|
|
|
if (res.success) {
|
|
|
this.todoManageOperationObject.isSave = true
|
|
|
this.$message.success('保存成功!')
|