From 60438e8eeb6fef5cc95e34beabdabc8b590fbc33 Mon Sep 17 00:00:00 2001 From: username@email.com <yzy2002yzy@163.com> Date: 星期四, 09 九月 2021 12:57:16 +0800 Subject: [PATCH] 客户默认未结束 --- CY_ECommercePlatform/CY.WebForm/Pages/business/CorporateClientsList.aspx.cs | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CY_ECommercePlatform/CY.WebForm/Pages/business/CorporateClientsList.aspx.cs b/CY_ECommercePlatform/CY.WebForm/Pages/business/CorporateClientsList.aspx.cs index 51ca2b1..0a82ad4 100644 --- a/CY_ECommercePlatform/CY.WebForm/Pages/business/CorporateClientsList.aspx.cs +++ b/CY_ECommercePlatform/CY.WebForm/Pages/business/CorporateClientsList.aspx.cs @@ -42,8 +42,10 @@ if (!IsPostBack) { BindProvince(); - BindList(); InitialSelectData(); + + BindList(); + } if (!string.IsNullOrEmpty(Request["delete"])) @@ -59,6 +61,7 @@ else JavaScript.MessageBox("鍒犻櫎澶辫触", this); } + } //鍔犺浇鏌ヨ鏉′欢 @@ -104,7 +107,8 @@ this.selShifouwanjie.DataValueField = "MeanValue"; this.selShifouwanjie.DataBind(); this.selShifouwanjie.Items.Insert(0, new ListItem("鍏ㄩ儴", "")); - + this.selShifouwanjie.Value = "2"; + } //缁戝畾鍒楄〃 -- Gitblit v1.9.1