_Main/UI/MacroPlannerWebApp/Component_FormCapacityAllocationResultsRuleConfiguration/Response_PanelImportAndExport_Import_OnClick.def
@@ -16,7 +16,7 @@ fileName := uploadJson.Get( "name" ).GetString(); base64String := uploadJson.Get( "data" ).GetString(); CapacityAllocationResultsRuleConfiguration::Import( GlobalOTDTable, base64String ); CapacityAllocationResultsRuleConfiguration::Import( GlobalOTDSOP, base64String ); WebMessageBox::Success( "上传成功", true ); }