|
@@ -158,7 +158,7 @@ async function getGLJData(req, res) {
|
|
|
libData = engineerID === COMPILATION
|
|
|
? await ration_glj_facade.getLibOptionsForCompilation(compilationId)
|
|
|
: await ration_glj_facade.getLibOptions(engineerID);
|
|
|
- libData.push({ name: '补充工料机', gljLibId: COMPLEMENTARY_LIB });
|
|
|
+ libData.push({ name: '我的补充人材机库', gljLibId: COMPLEMENTARY_LIB });
|
|
|
// 设置被分享的人材机库
|
|
|
const receiveData = await pmFacade.getReceiveLibList(userID, compilationId, ShareLibType.GLJ_LIB);
|
|
|
receiveData.forEach(user => {
|