feat(WIP): processing 작업

This commit is contained in:
2021-12-18 05:02:47 +09:00
parent 70e64e261e
commit 25332f2728
15 changed files with 182 additions and 100 deletions
+1 -1
View File
@@ -237,7 +237,7 @@ $(function ($) {
const $command = $('#chiefCommandList option:selected');
if ($command.data('reqarg')) {
document.location.href = stringifyUrl({
url: 'b_processing.php',
url: 'v_processing.php',
query: {
command: unwrap_any<string>($command.val()),
turnList: turnList.join('_'),