@zhangxiaoyu122 3 vuotta sitten
vanhempi
commit
7163319e3b

+ 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;
               }