From d0f418adc44904f7616872ac5d6704154cdcfd8d Mon Sep 17 00:00:00 2001 From: wangshiming Date: Fri, 11 Mar 2022 10:28:48 +0800 Subject: [PATCH] fix bug --- .../sys-setting/components/network-freight/new/new.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/routes/sys-setting/components/network-freight/new/new.component.ts b/src/app/routes/sys-setting/components/network-freight/new/new.component.ts index 6ed3a65e..f5b4d4bf 100644 --- a/src/app/routes/sys-setting/components/network-freight/new/new.component.ts +++ b/src/app/routes/sys-setting/components/network-freight/new/new.component.ts @@ -626,7 +626,7 @@ export class NetworkFreightNewComponent implements OnInit { } } }, - required: ['website', 'bankAccount'] + required: ['website', 'costRate'] }; } }