@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(); }