Source/plt-web/plt-web-ui/src/components/actions/handlers.js
@@ -39,9 +39,12 @@ downloadfile: () => {import("@/components/actions/base/downloadFileAction").then(module => { module.doAction(options,callback); })}, uprevision: () => {import("@/components/actions/base/upRevisionAction").then(module => { module.doAction(options,callback); })} }; if (handlers[type]) { handlers[type]() handlers[type](); } else { Vue.prototype.$message.error('未找到对应action,请重新配置按钮!'); }