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