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)
 							}
 						}
 					})