Source/plt-web/plt-web-ui/src/components/actions/handlers.js
@@ -3,10 +3,14 @@ export const handlerAction=function (type,options, callback) { const handlers = { //查看 //查看,tab展示详情 view: () => {import("@/components/actions/base/ViewAction").then(module => { module.doAction(options,callback); })}, //查看,弹窗展示详情 viewdialog: () => {import("@/components/actions/base/ViewDialogAction").then(module => { module.doAction(options,callback); })}, //创建 add: () => {import("@/components/actions/base/AddAction").then(module => { module.doAction(options,callback);