Ldc
2024-04-16 cc993ff4b559a937f6ceaf01c7e77e1d6b50baa1
Source/ProjectWeb/src/actions/base/BaseAction.js
@@ -38,8 +38,8 @@
    if(validatenull(options.paramVOS.context)) {
      options.paramVOS.context = options.paramVOS.content;
    }
    if(handlers[button.actionVO.id]){
      handlers[button.actionVO.id]()
    if(handlers[button.actionVO.id.toLowerCase()]){
      handlers[button.actionVO.id.toLowerCase()]()
    }else{
      Vue.prototype.$message.error('未找到对应action,请重新配置按钮!');
    }