gjy 2 years ago
parent
commit
7c4623ae65
1 changed files with 2 additions and 2 deletions
  1. 2 2
      pages/task/audit/freight_settlement_approvalcopy.vue

+ 2 - 2
pages/task/audit/freight_settlement_approvalcopy.vue

@@ -439,7 +439,7 @@
 						confirmText: '确定',
 						success: function(res) {
 							if (res.confirm) {
-								that.audit(that.list[0], 0, false, true, that.auditMind)
+								that.audit(that.dataobj, 0, false, true, that.auditMind)
 							}
 						}
 					})
@@ -459,7 +459,7 @@
 						confirmText: '确定',
 						success: function(res) {
 							if (res.confirm) {
-								that.audit(that.list[0], 0, true, 2, that.auditMind)
+								that.audit(that.dataobj, 0, true, 2, that.auditMind)
 							}
 						}
 					})