wangting
2024-11-19 83e67ff491fd9a789cfecd5b271a83602a134469
Source/plt-web/plt-web-ui/src/components/actions/base/ViewAction.js
@@ -57,10 +57,12 @@
    const name="查看【"+replaceFreeMarker(paramVOS.showname,options.dataStore,options.sourceData)+"】";
    paramVOS.title=name;
  }
  const params= {
    options:options,
    paramVOS:paramVOS,
    options: {
      sourceData: options.sourceData,
      dataStore: options.dataStore,
      paramVOS: paramVOS
    },
    saveCallback:callback,
    title:paramVOS.title
  }