Merge branch 'main' of http://101.43.53.74:3000/Admin.NET/Admin.NET.Pro
This commit is contained in:
commit
91b37ace5e
@ -60,8 +60,8 @@ public partial class SysCodeGen : EntityBase
|
||||
/// <summary>
|
||||
/// 数据库链接
|
||||
/// </summary>
|
||||
[SugarColumn(ColumnDescription = "数据库链接", Length = 256)]
|
||||
[MaxLength(256)]
|
||||
[SugarColumn(ColumnDescription = "数据库链接", Length = 512)]
|
||||
[MaxLength(512)]
|
||||
public string? ConnectionString { get; set; }
|
||||
|
||||
/// <summary>
|
||||
|
||||
@ -345,10 +345,10 @@ const handleQuery = async (reset = false) => {
|
||||
|
||||
// 重置操作
|
||||
const resetQuery = async () => {
|
||||
state.queryParams.searchKey = undefined,
|
||||
state.queryParams.searchKey = undefined;
|
||||
@if(Model.QueryWhetherList.Count > 0) {
|
||||
@foreach (var column in Model.QueryWhetherList) {
|
||||
@:state.queryParams.@(@column.LowerPropertyName) = undefined,
|
||||
@:state.queryParams.@(@column.LowerPropertyName) = undefined;
|
||||
}
|
||||
}
|
||||
await xGrid.value?.commitProxy('reload');
|
||||
|
||||
Loading…
Reference in New Issue
Block a user