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>
|
||||||
/// 数据库链接
|
/// 数据库链接
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[SugarColumn(ColumnDescription = "数据库链接", Length = 256)]
|
[SugarColumn(ColumnDescription = "数据库链接", Length = 512)]
|
||||||
[MaxLength(256)]
|
[MaxLength(512)]
|
||||||
public string? ConnectionString { get; set; }
|
public string? ConnectionString { get; set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|||||||
@ -345,10 +345,10 @@ const handleQuery = async (reset = false) => {
|
|||||||
|
|
||||||
// 重置操作
|
// 重置操作
|
||||||
const resetQuery = async () => {
|
const resetQuery = async () => {
|
||||||
state.queryParams.searchKey = undefined,
|
state.queryParams.searchKey = undefined;
|
||||||
@if(Model.QueryWhetherList.Count > 0) {
|
@if(Model.QueryWhetherList.Count > 0) {
|
||||||
@foreach (var column in Model.QueryWhetherList) {
|
@foreach (var column in Model.QueryWhetherList) {
|
||||||
@:state.queryParams.@(@column.LowerPropertyName) = undefined,
|
@:state.queryParams.@(@column.LowerPropertyName) = undefined;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
await xGrid.value?.commitProxy('reload');
|
await xGrid.value?.commitProxy('reload');
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user