田源
2025-01-02 f2a30ff604b495e3b58eaee54c6cbd8dfe836f5c
Source/plt-web/plt-web-ui/src/components/actions/base/DeleteAction.js
@@ -9,7 +9,7 @@
export const doAction = (options,callback) => {
  options.paramVOS = paramLow(options.paramVOS)
  const paramVOS = Object.assign({
    url: 'uiDataController/deleteData',
    url: 'api/uiDataController/deleteData',
    method: 'delete'
  }, options.paramVOS)
  options.paramVOS = paramVOS;