qinzhipeng_v@didiglobal.com 4 năm trước cách đây
mục cha
commit
119e49bcf3
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/workbench/components/createDialog.vue

+ 1 - 1
src/views/workbench/components/createDialog.vue

@@ -90,7 +90,7 @@ export default {
           options: res.data[0] || []
         }, {
           name: '其他业务线',
-          options: res.data[1] || []
+          options: res.data[1] ? res.data[1].filter(item => item.isSecret !== 1) : []
         }]
       }
     },