Browse Source

部颁2018反算

TonyKang 3 years ago
parent
commit
d5f7bf141a
1 changed files with 2 additions and 0 deletions
  1. 2 0
      web/over_write/js/sichuan_2018.js

+ 2 - 0
web/over_write/js/sichuan_2018.js

@@ -581,10 +581,12 @@ if (typeof projectObj !== 'undefined') {
     return '102-3'
   }
 }
+const defaultCalcMode = 1;
 
 if (typeof module !== 'undefined' && !module.nodeType) {
   module.exports = {
     progression,
+    defaultCalcMode,
     deficiency
   };
 }