修改list模板错误
This commit is contained in:
parent
59504eed86
commit
0853907b8d
@ -401,7 +401,6 @@ const handleQuery = async (reset = false) => {
|
||||
@if(@Model.TableField.Any(x=>x.Statistical == "Y")){
|
||||
@if (@Model.IsApiService) {
|
||||
@:state.totalSum =getAPI(@(@Model.ClassName)Api).api@(@Model.ClassName)GetTotalSumPost(params).data.result;
|
||||
}
|
||||
} else {
|
||||
@:state.totalSum =(await get@(@Model.ClassName)TotalSum(state.queryParams)).data.result;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user