...
|
...
|
@@ -323,5 +323,5 @@ $(document).on('click', '#batchExport', function () { |
|
|
replyPersonId: common.util.__input('choose-replyPersonName')
|
|
|
}
|
|
|
}
|
|
|
window.open("/ajax/down?queryConf=" + JSON.stringify(getResult) + "&type=suggestExport");
|
|
|
window.open("/ajax/down?queryConf=" + JSON.stringify(getResult()) + "&type=suggestExport");
|
|
|
}); |
|
|
\ No newline at end of file |
...
|
...
|
|