From d7f6c44ac498b81c8b5d2d3cc9e3738e01988d47 Mon Sep 17 00:00:00 2001 From: yunuo970428 <405378304@qq.com> Date: Thu, 28 Nov 2024 17:45:41 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E7=BB=B4=E4=BF=AE=E5=8D=95?= =?UTF-8?q?=E7=BB=93=E7=AE=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/operation/settleAccounts/settleAccounts.vue | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/yxt-as-ui/src/views/operation/settleAccounts/settleAccounts.vue b/yxt-as-ui/src/views/operation/settleAccounts/settleAccounts.vue index c7318cb355..d774fa51ca 100644 --- a/yxt-as-ui/src/views/operation/settleAccounts/settleAccounts.vue +++ b/yxt-as-ui/src/views/operation/settleAccounts/settleAccounts.vue @@ -157,7 +157,8 @@ export default { closeDateStart: '', closeDateEnd: '', sourceBillNo: '', - customerName: '' + customerName: '', + sourceBillType: '' } } } @@ -236,6 +237,7 @@ export default { // 查询列表信息 getList() { this.listLoading = true + this.listQuery.params.sourceBillType = '0' this.listQuery.params.userSid = window.sessionStorage.getItem('userSid') this.listQuery.params.orgPath = window.sessionStorage.getItem('defaultOrgPath') this.listQuery.params.menuUrl = this.$route.path @@ -274,7 +276,8 @@ export default { closeDateStart: '', closeDateEnd: '', sourceBillNo: '', - customerName: '' + customerName: '', + sourceBillType: '' } } this.getList()