提交代码

This commit is contained in:
2024-01-02 09:57:00 +08:00
parent afe079877f
commit 97015c50ec
5 changed files with 16 additions and 11 deletions
@@ -18,8 +18,8 @@
<Rows>
<f:FormRow>
<Items>
<f:DropDownList ID="drpUser" runat="server" EnableEdit="false" Label="选择审核人"
ForceSelection="false"
<f:DropDownList ID="drpUser" runat="server" EnableEdit="true" Label="选择审核人"
ForceSelection="false" AutoSelectFirstItem="false"
AutoPostBack="true" >
</f:DropDownList>