zhangweicheng 5 年之前
父节点
当前提交
440a571fb5
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      modules/glj/facade/glj_facade.js

+ 0 - 1
modules/glj/facade/glj_facade.js

@@ -41,7 +41,6 @@ async function changeUnitFile(projectData,unitFile,type,userID) {
             insertData.user_id = userID;
             delete insertData._id;
             delete insertData.ID;
-            currentUnitPriceId = changeUnitPriceId;//从其它建设项目复制时,这个ID要变成被选中的来源的单价文件ID
         }
         // 获取即将更改的单价文件信息
         let targetUnitPriceFile = type === 0 ? await unitPriceFileModel.findDataByCondition({id: changeUnitPriceId}) :