* add vision field for task creation.

This commit is contained in:
Wenrui LI
2022-01-12 15:48:54 +08:00
parent 7f0f0fa2eb
commit bee665aeaa
3 changed files with 13 additions and 0 deletions
@@ -0,0 +1,6 @@
<script>
$(function()
{
for(var index = 0; index <= 9; index++) $('#batchCreateForm').append(`<input type="hidden" name="vision[${index}]" id="vision[${index}]" value="lite">`);
});
</script>