zhongzewei пре 7 година
родитељ
комит
ceb418b30a
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      web/building_saas/main/js/models/ration.js

+ 1 - 0
web/building_saas/main/js/models/ration.js

@@ -365,6 +365,7 @@ var Ration = {
             ration.unit = std.unit;
             ration.libID = std.rationRepId;
             ration.content = std.jobContent;
+            ration.adjustState = '';
             if (std.chapter) {
                 ration.comments = std.chapter.explanation;
                 ration.ruleText = std.chapter.ruleText;