@zhangxiaoyu122 3 年之前
父節點
當前提交
7163319e3b
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/views/energyPlan/components/supplyAndDemand/planProjectRoundGx.vue

+ 2 - 2
src/views/energyPlan/components/supplyAndDemand/planProjectRoundGx.vue

@@ -1776,7 +1776,7 @@ export default {
                             rightTableObj[xId].surfaceStandard = that.nameObj.ExecutiveStandard.obj[item.grades].surface;
                         }
                         if (item.chemicalStandard === '' || item.chemicalStandard === null) {
-                          if (item.grades == 'Q195' && item.specifications == '6.5') {
+                          if (item.grades === 'Q195' && item.specifications === '6.5') {
                              rightTableObj[xId].chemicalStandard = that.nameObj.ExecutiveStandard.obj['Q195L'].factory;
                           } else {
                              rightTableObj[xId].chemicalStandard = that.nameObj.ExecutiveStandard.obj[item.grades].factory;
@@ -2508,7 +2508,7 @@ export default {
           // {
             try {
               obj.chemicalStandard = that.nameObj.ExecutiveStandard.obj[data].factory;
-              if (data == 'Q195' && obj.specifications == '6.5') {
+              if (data === 'Q195' && obj.specifications === '6.5') {
                  obj.chemicalStandard = that.nameObj.ExecutiveStandard.obj['Q195L'].factory;
                  // rightTableObj[xId].chemicalStandard = that.nameObj.ExecutiveStandard.obj['Q195L'].factory;
               }