gjy 2 년 전
부모
커밋
7c4623ae65
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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)
 							}
 						}
 					})