添加messager.alert()确定按钮的回调函数,即点完确定按钮后触发的事件:

$.messager.alert('提示信息', "请联系管理员处理!", 'info', function() {
      test();
});

相关文章:

  • 2022-12-23
  • 2022-01-28
  • 2021-06-13
  • 2022-02-12
  • 2021-06-03
  • 2022-12-23
  • 2021-09-20
  • 2022-12-23
猜你喜欢
  • 2021-07-21
  • 2021-05-21
  • 2022-03-03
  • 2021-07-26
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案