* finish task #40307.

This commit is contained in:
wangyidong
2021-07-16 13:45:01 +08:00
parent 6a973517de
commit f63bb9135f
@@ -66,7 +66,7 @@ var $SRBox = $('.table-form .SRBox');
$SRBox.each(function(i)
{
var $this = $(this);
var name = $this.html();
var name = $this.html();
$SRBox.each(function(j)
{
if(j <= i) return;