@page "/CustomerList" @inject HttpClient Http @using AntDesign.TableModels @inject MessageService _message @using System.ComponentModel @using wispro.sp.share @attribute [Authorize] 基本信息管理 客户管理 @if (_Customers == null) {
} else { @**@ }
@if (context.ResponseMan == null) { context.ResponseMan = new Staff(); }