소스 검색

fix(types): 选择人材机界面人材机相关

vian 2 년 전
부모
커밋
f56f7ffdbb
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      types/src/interface/glj.ts

+ 2 - 2
types/src/interface/glj.ts

@@ -478,8 +478,8 @@ export type ISelectGlj = ISelectStdGlj | ISelectCptGlj | ISelectProjectGlj;
 // 选择人材机接口返回数据格式
 export interface ISelectGljResult {
   libData: ISelectGljLibItem[]; // 库下拉项
-  treeData: ISelectGlj[]; // 人材机分类树
-  gljData: (IStdGlj | ICptGlj)[]; // 人材机数据
+  treeData: (IStdGljTree | ICptGljTree)[]; // 人材机分类树
+  gljData: ISelectGlj[]; // 人材机数据
   total: number; // 当前数据总数量
   locatedGlj?: IStdGlj | ICptGlj; // 需要定位到的人材机
 }