Browse Source

透析次数更改

XMLWAN 4 years ago
parent
commit
958bb4a536
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/pages/advice/DialysisAdviceTable.vue

+ 1 - 1
src/pages/advice/DialysisAdviceTable.vue View File

@@ -347,7 +347,7 @@ export default {
347 347
               }
348 348
             }
349 349
             if (group.group_no > 0) {
350
-              // 上述的算法会导致最后一组没有加到advice_groups,这里要手动加
350
+              // 上述的算法会导致最后一组没有加到advice_groups,这里要手动加
351 351
               advice_groups.push(group);
352 352
             }
353 353
             advice_groups = advice_groups;