Przeglądaj źródła

fix(types): 需要替换人材机

vian 4 lat temu
rodzic
commit
9200ac0196
1 zmienionych plików z 1 dodań i 7 usunięć
  1. 1 7
      types/src/interface/glj.ts

+ 1 - 7
types/src/interface/glj.ts

@@ -254,18 +254,12 @@ export interface ISelectGljLibItem {
   located?: boolean; // 定位到的库(替换时需要)
 }
 
-// 选择人材机-需要替换人材机接口
-export interface IGetPagingGljReplaceGlj extends IBaseGlj {
-  repositoryID: number | string;
-  from: fromType;
-}
-
 // 获取人材机分页数据接口选项
 export interface IGetPagingGljOptions {
   classList?: number[]; // 需要匹配的分类
   typeList?: GljType[]; // 需要匹配的人材机类型
   libID?: number | string; // 人材机库ID
-  replaceGlj?: IGetPagingGljReplaceGlj; // 替换的人材机
+  replaceGlj?: IBaseGlj; // 替换的人材机
   located?: boolean; // 是否需要定位(打开替换窗口时)
   limit?: number; // 分页数量
   gtCode?: string; // 分页排序$gt code