|
@@ -197,6 +197,7 @@ $(document).ready(() => {
|
|
|
// 打开签约清单modal并删除之前的操作
|
|
|
$('#open-list-modal').click(function () {
|
|
|
$('#table-list-select tr').removeClass('table-success');
|
|
|
+ $('#table-list-select tr').attr('data-detail', '');
|
|
|
$('#code-list').html('');
|
|
|
});
|
|
|
|