zhangweicheng 6 سال پیش
والد
کامیت
4c700e3a8e
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 2 1
      modules/pm/models/project_model.js

+ 2 - 1
modules/pm/models/project_model.js

@@ -186,7 +186,8 @@ ProjectsDAO.prototype.updateUserProjects = async function (userId, compilationId
                     //工料机单价调整系数
                     data.updateData.property.tenderSetting = tenderSetting;
                      //添加重庆经济指标数据
-                    await projectFacade.setSEILibData(data.updateData.property);}else if (data.updateData.projType === projectType.project) {
+                    await projectFacade.setSEILibData(data.updateData.property);
+                }else if (data.updateData.projType === projectType.project) {
                     //更新基本信息
                     data.updateData.property.basicInformation.forEach(function (pData) {
                         pData.items.forEach(function (item) {