Browse Source

部颁2018反算

TonyKang 3 năm trước cách đây
mục cha
commit
d5f7bf141a
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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
   };
 }