* Fix bug#41662.

This commit is contained in:
xieqiyu
2024-01-04 11:12:03 +08:00
parent c812d7f897
commit 7e90d3a9bd
-1
View File
@@ -17,7 +17,6 @@ jsVar('meeting', isset($meetings) ? $meetings : array());
jsVar('researchReports', isset($researchReports) ? $researchReports : array());
jsVar('productStoryList', $productStoryList);
jsVar('storyType', $storyType);
jsVar('app', $this->app->tab);
if(!empty($twinsTip)) js("zui.Modal.alert({message: '{$twinsTip}', icon: 'icon-exclamation-sign', iconClass: 'warning-pale rounded-full icon-2x'});\n");