ソースを参照

Merge branch '20201109_pc_vue_new_branch' of http://git.shengws.com/csx/Vue_New into 20201109_pc_vue_new_branch

see999 3 年 前
コミット
e0f3b36ea4
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1 1
      src/xt_pages/outpatientDoctorStation/components/prescriptionTable.vue

+ 1 - 1
src/xt_pages/outpatientDoctorStation/components/prescriptionTable.vue ファイルの表示

@@ -385,7 +385,7 @@
385 385
       getGroup(id) {
386 386
         var name = ''
387 387
         var statistics_category = getDictionaryDataConfig('system', 'statistics_category')
388
-        console.log('2235', statistics_category)
388
+        // console.log('2235', statistics_category)
389 389
         for (let i = 0; i < statistics_category.length; i++) {
390 390
           if (id == statistics_category[i].id) {
391 391
             name = statistics_category[i].name