From 1435b5b13b3857a20292d5c869f95e0c2ae5ffea Mon Sep 17 00:00:00 2001 From: LR-20210131IOQH\Administrator <jackcold@163.com> Date: 星期一, 13 九月 2021 15:09:24 +0800 Subject: [PATCH] Merge branch 'master' of http://47.108.235.38:8080/r/chuanyin-group-project --- 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