ludc
2024-11-19 03e9924452d0e7068609378c1d91dc0916c21a98
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
  }