Ben Lin
2024-07-30 cc88111d61a350a4d24cf339b526d4357f934ddf
src/api/tigerapi/model/systemModel.ts
@@ -1,3 +1,4 @@
import { Ref } from 'vue';
import { BasicPageParams, BasicFetchResult } from '/@/api/model/baseModel';
export type AD_INFO = {
@@ -347,6 +348,7 @@
  values: {}; //Modal框内表单数据
  initFnName: string; //初始化方法名
  FnName: string; //自定义方法名
  data: Ref<any[]>; //数据,这里一般是表格数据
}
export type pParams = {