Ben Lin
2024-07-16 5a4d79d9765dfca8812638b57d5f5fe21f7a06ee
src/api/tigerapi/model/systemModel.ts
@@ -51,6 +51,7 @@
  isExt: string;
  isUpdate: boolean;
  show: string;
  btnType: number;
};
export type SaveRoleParams = {
@@ -330,6 +331,19 @@
}
/**
 * @description: 自定义弹出框参数类型
 * @return {*}
 */
export interface CustModalParams {
  cType: string; //类型
  values: {}; //Modal框内表单数据
  mValues: {}; //主表数据
  initFnName: string; //初始化方法名
  others: {}; //一些其他数据
  FnName: string; //自定义方法名
}
/**
 * @description: Request list return value
 */