zentaopms/extension/lite/task/ext/view/batchcreate.lite.html.hook.php
2023-05-16 10:47:08 +08:00

7 lines
197 B
PHP
Executable File

<script>
$(function()
{
for(var index = 1; index <= 10; index++) $('#batchCreateForm').append(`<input type="hidden" name="vision[${index}]" id="vision[${index}]" value="lite">`);
});
</script>