Source/plt-web/plt-web-ui/src/components/actions/base/ViewAction.js
@@ -57,12 +57,14 @@ const name="查看【"+replaceFreeMarker(paramVOS.showname,options.dataStore,options.sourceData)+"】"; paramVOS.title=name; } const params= { options:options, paramVOS:paramVOS, saveCallback:callback, title:paramVOS.title options: { sourceData: options.sourceData, dataStore: options.dataStore, paramVOS: paramVOS }, saveCallback: callback, title: paramVOS.title } store.dispatch("setViewtabparams", params);