* Implement the partial refresh function of the task card.

This commit is contained in:
tianshujie
2022-01-20 15:31:10 +08:00
parent 49cf88b669
commit 25ee419afc
4 changed files with 206 additions and 24 deletions
+1 -1
View File
@@ -37,7 +37,7 @@
<?php endif;?>
</h2>
</div>
<form method='post' target='hiddenwin' onsubmit='return checkLeft();'>
<form method='post' target='hiddenwin' <?php if($app->rawMethod == 'start') echo "onsubmit='return checkLeft();'"?>>
<table class='table table-form'>
<tr>
<th class='w-90px'><?php echo $lang->task->assignedTo;?></th>