From b6ac7ef9f26d7f968d2073eaf6e46c8620547dd5 Mon Sep 17 00:00:00 2001 From: "liang.chao" Date: Mon, 29 Apr 2024 10:35:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/claimAndRefund/return/returnApply.vue | 10 +++++----- .../views/claimAndRefund/return/returnApplyByCq.vue | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/sgzb-ui/src/views/claimAndRefund/return/returnApply.vue b/sgzb-ui/src/views/claimAndRefund/return/returnApply.vue index 1d1538fd..31505fe0 100644 --- a/sgzb-ui/src/views/claimAndRefund/return/returnApply.vue +++ b/sgzb-ui/src/views/claimAndRefund/return/returnApply.vue @@ -690,7 +690,7 @@ selectDrop(value) { this.queryParams.typeId = value }, - + /** 查询字典类型列表 startTime,结束日期endTime */ async getList() { this.loading = true @@ -888,12 +888,12 @@ getViewByApply(params).then((res) => { console.log(res) this.loadingList = res.data.rows - this.loadingList.forEach(item=>{ +/* this.loadingList.forEach(item=>{ getUseNumByTypeId({ typeId:item.typeId }).then(res=>{ item.useNum = res.data }) - - }) + + })*/ this.loadingTotal = res.data.total }) }, @@ -954,7 +954,7 @@ this.dialogQueryParams.keyWord = '' this.getDialogList() }, - + }, } diff --git a/sgzb-ui/src/views/claimAndRefund/return/returnApplyByCq.vue b/sgzb-ui/src/views/claimAndRefund/return/returnApplyByCq.vue index 27da4bbc..e6a63732 100644 --- a/sgzb-ui/src/views/claimAndRefund/return/returnApplyByCq.vue +++ b/sgzb-ui/src/views/claimAndRefund/return/returnApplyByCq.vue @@ -889,12 +889,12 @@ getViewByApply(params).then((res) => { // console.log(res) this.loadingList = res.data.rows - this.loadingList.forEach(item=>{ +/* this.loadingList.forEach(item=>{ getUseNumByTypeId({ typeId:item.typeId }).then(res=>{ item.useNum = res.data }) - - }) + + })*/ this.loadingTotal = res.data.total }) },