|
@@ -482,7 +482,7 @@ export interface ISelectGljResult {
|
|
|
treeData: (IStdGljTree | ICptGljTree)[]; // 人材机分类树
|
|
treeData: (IStdGljTree | ICptGljTree)[]; // 人材机分类树
|
|
|
gljData: ISelectGlj[]; // 人材机数据
|
|
gljData: ISelectGlj[]; // 人材机数据
|
|
|
total: number; // 当前数据总数量
|
|
total: number; // 当前数据总数量
|
|
|
- locatedGlj?: IStdGlj | ICptGlj; // 需要定位到的人材机
|
|
|
|
|
|
|
+ locatedGlj?: ISelectGlj; // 需要定位到的人材机
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
/* 选择人材机相关 ↑ */
|
|
/* 选择人材机相关 ↑ */
|