浏览代码

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