huangfuli 3 years ago
parent
commit
a3858a7f18
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/tranManagement/tranManagementthirdpartnarFeedback.vue

+ 1 - 1
src/views/tranManagement/tranManagementthirdpartnarFeedback.vue

@@ -686,7 +686,7 @@ export default {
         .then(() => {
         .then(() => {
           this.$refs.deptBudgetList.validate((valid) => {
           this.$refs.deptBudgetList.validate((valid) => {
             if (valid) {
             if (valid) {
-              posttranprocessinfo({threeTranType:this.checkList.toString(),id:this.deptBudgetList.id,contractNo:this.deptBudgetList.contractNo,tranCarInfoList1,tranCarInfoList2,tranCarInfoList3,tranCarInfoList4})
+              posttranprocessinfo({threeTranType:this.checkList.toString(),id:this.deptBudgetList.id,infoId:this.deptBudgetList.infoId,contractNo:this.deptBudgetList.contractNo,tranCarInfoList1,tranCarInfoList2,tranCarInfoList3,tranCarInfoList4})
                 .toPromise()
                 .toPromise()
                 .then((response) => {
                 .then((response) => {
                   this.$message.success('提交成功')
                   this.$message.success('提交成功')