qinzhipeng_v@didiglobal.com %!s(int64=4) %!d(string=hai) anos
pai
achega
119e49bcf3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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) : []
         }]
       }
     },