...
|
...
|
@@ -389,6 +389,8 @@ webpackJsonp([70],[ |
|
|
var data = resp.data;
|
|
|
covertOperationRecord(data)
|
|
|
$('.historyDetail').html(common.util.__template2($('#operation-record-template').html(), {list: data}));
|
|
|
} else {
|
|
|
$('.historyDetail').html('<p>查询记录失败!</p>');
|
|
|
}
|
|
|
}, true);
|
|
|
}
|
...
|
...
|
|