diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/PersonnelManagement/Views/Gz_Amounts/MyAmount.cshtml b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/PersonnelManagement/Views/Gz_Amounts/MyAmount.cshtml index 5454639c2..a0d6225d4 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/PersonnelManagement/Views/Gz_Amounts/MyAmount.cshtml +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/PersonnelManagement/Views/Gz_Amounts/MyAmount.cshtml @@ -20,6 +20,7 @@ @@ -149,6 +150,17 @@ methods: { async init() { window.getTableData = this.importCallback + + let getParams = { + pagination: JSON.stringify({ + rows: this.pageSize, page: this.currentPage, sidx: '', sord: "DESC", + }), + queryJson: JSON.stringify(this.query) + } + let result = await this.NetRequest('/PersonnelManagement/Gz_Amounts/GetPageListMyCurrCol', $.param(getParams), 'get') + let yearMonth = result.year + '-' + (result.month.length == '1' ? '0' + result.month : result.month) + this.time = [yearMonth + '-' + '01', yearMonth + '-' + '01'] + this.getTableData() }, NetRequest(url, data, method = "POST") { diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/PersonnelManagement/MyAmount/list.vue b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/PersonnelManagement/MyAmount/list.vue index 440132fb2..fb7b2ebed 100644 --- a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/PersonnelManagement/MyAmount/list.vue +++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/PersonnelManagement/MyAmount/list.vue @@ -43,7 +43,7 @@ /> - 重置查询条件 +