Browse Source

森语-质量事故单

jbb 2 years ago
parent
commit
417c406e23
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/views/activiti/form/demoForm2.vue

+ 2 - 1
src/views/activiti/form/demoForm2.vue

@@ -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('保存成功!')