afterTableEvent.js 245 B

1234567891011
  1. /**
  2. * @description: 表体编辑后事件
  3. * @param: moduleId 区域编码
  4. * @param: key 当前字段编码
  5. */
  6. export function afterTableEvent(props, moduleId, key, value, changedrows, index, record, type, method) {
  7. return true;
  8. }