async void Exchange(Menu src, Menu tgt) { if (await AtCm.ExchangeDispidx(src, tgt)) { LoadTreeData(); AtCm.PromptForUpdateModel("菜单调序成功"); } }