From 4078339b85be58ce8521cfb6245f086e2fa2d99f Mon Sep 17 00:00:00 2001 From: zyn Date: Tue, 31 Jan 2023 14:33:53 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=81=E6=A0=87=E5=88=B6=E4=BF=AE=E8=AE=A2?= =?UTF-8?q?=E8=AE=A1=E5=88=92=E7=AE=A1=E6=8E=A7-=E9=87=8D=E6=96=B0?= =?UTF-8?q?=E8=B5=B7=E8=8D=89-=E5=90=88=E5=B9=B6=20=E5=BC=B9=E6=A1=86?= =?UTF-8?q?=E6=80=BB=E6=9D=A1=E6=95=B0=E6=98=BE=E7=A4=BA+=E6=AF=8F?= =?UTF-8?q?=E6=AC=A1=E6=89=93=E5=BC=80=E6=B8=85=E7=A9=BA=E6=9D=A1=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pages/creatProcess/qbzxdjhgk/component/merge.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/pages/processCenter/pages/creatProcess/qbzxdjhgk/component/merge.vue b/src/pages/processCenter/pages/creatProcess/qbzxdjhgk/component/merge.vue index f352aa371..a8f4115cd 100644 --- a/src/pages/processCenter/pages/creatProcess/qbzxdjhgk/component/merge.vue +++ b/src/pages/processCenter/pages/creatProcess/qbzxdjhgk/component/merge.vue @@ -1052,11 +1052,13 @@ export default { choiceShow(){ this.showType = 'one' this.getStandDataBtn() + this.clearSearch() this.ListModel = true; }, choiceShow2(){ this.showType = 'two' this.getStandDataBtn() + this.clearSearch() this.ListModel = true; }, // 取消带入 @@ -1112,7 +1114,8 @@ export default { // this.standinfoList.push(item) // } // }) - this.total = this.standinfoList.length + // this.total = this.standinfoList.length + this.total = res.data.count this.replaceLoading = false this.$nextTick(()=>{ this.$refs.selection.doLayout();