--s
This commit is contained in:
weiyunlong 2025-03-05 17:28:25 +08:00
parent da2367f660
commit 2684976000
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ public class TestDBFormPlugin extends AbstractFormPlugin {
}catch(Exception ex){
this.getView().showMessage("执行失败:" + ex.getMessage());
}
this.getView().showMessage("执行成功");
this.getView().showSuccessNotification("执行成功");
}
}
}