* ensure visible progress pie inited after toggle nest states @xieqiyu.

This commit is contained in:
Hao Sun
2021-07-23 10:55:24 +08:00
parent 28f38b3728
commit c6225f8b5d
2 changed files with 9 additions and 3 deletions
@@ -189,5 +189,11 @@ $(function()
$('#programForm').table('initNestedList')
}
});
$('#programForm').on('tableNestStateChanged', function()
{
/* Ensure visible progress pie inited after toggle nest states */
$('.progress-pie:visible').progressPie();
});
});
</script>
+3 -3
View File
File diff suppressed because one or more lines are too long