From e1dad9183eeb2adef72654a6ca84cb59ffed4f71 Mon Sep 17 00:00:00 2001 From: wangshiming Date: Wed, 12 Jan 2022 16:59:31 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BD=A6=E8=BE=86=E5=AF=B9=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../routes/order-management/components/bulk/bulk.component.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/app/routes/order-management/components/bulk/bulk.component.ts b/src/app/routes/order-management/components/bulk/bulk.component.ts index 59e014fe..e50fb456 100644 --- a/src/app/routes/order-management/components/bulk/bulk.component.ts +++ b/src/app/routes/order-management/components/bulk/bulk.component.ts @@ -307,6 +307,9 @@ tabs = { widget: 'select', placeholder: '请选择', errors: { required: '请选择货物类型' }, + visibleIf: { + _$expand: (value: boolean) => value, + }, asyncData: () => this.service2.loadConfigByKey('goods.name.config.type').pipe( map((data: any) => {