1202-003-gaofei

This commit is contained in:
gaofei
2021-12-02 16:13:37 +08:00
parent 4b4f6e4389
commit ffe2ea7fcc
25 changed files with 607 additions and 196 deletions
+11
View File
@@ -28,6 +28,17 @@ namespace FineUIPro.Web.CLGL
}
}
/// <summary>
/// 获取
/// </summary>
/// <param name="sender"></param>
/// <param name="e"></param>
protected void btnGet_Click(object sender, EventArgs e)
{
BLL.MCSWebService.getVendor();
this.BindGrid();
}
/// <summary>
/// 绑定数据
/// </summary>