From 0ad7f20936881a84b09f3c78c4672c46a24e5806 Mon Sep 17 00:00:00 2001 From: zhangqi1 Date: Thu, 14 Oct 2021 15:25:44 +0800 Subject: [PATCH] =?UTF-8?q?GFRS-2618=E3=80=90=E5=89=8D=E7=AB=AF=E3=80=91?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=B4=A5=E8=B4=B4=E5=88=97=E8=A1=A8=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=EF=BC=8C=E5=BD=93=E6=B2=A1=E6=9C=89=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E6=97=B6=E4=B8=8D=E6=98=BE=E7=A4=BA=E2=80=98=E6=9A=82=E6=97=A0?= =?UTF-8?q?=E7=94=B3=E8=AF=B7=E8=AE=B0=E5=BD=95=E2=80=99=E7=9A=84=E6=96=87?= =?UTF-8?q?=E5=AD=97=E4=B8=8E=E5=9B=BE=E7=89=87=E7=9A=84=E9=97=AE=E9=A2=98?= =?UTF-8?q?--=E6=8F=90=E4=BA=A4=E4=BA=BA=EF=BC=9A=E5=BC=A0=E9=BD=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/allowance/application/List.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/views/ebiz/allowance/application/List.vue b/src/views/ebiz/allowance/application/List.vue index cb1cdffe8..662430445 100644 --- a/src/views/ebiz/allowance/application/List.vue +++ b/src/views/ebiz/allowance/application/List.vue @@ -7,7 +7,7 @@ -
+
@@ -100,7 +100,7 @@ export default { searchName: '', active: this.$route.query.active, //状态 uncommit - 未提交; commit - 审批中; pass - 已通过 saleList: [], - isSuccess: false + // isSuccess: false } }, mounted() { @@ -157,11 +157,11 @@ export default { }).then((res) => { if (res.result == '0') { this.checkboxResult = [] - this.isSuccess = true + // this.isSuccess = true this.saleList = res.content - if (this.saleList.length == 0) { - this.isSuccess = false - } + // if (this.saleList.length == 0) { + // this.isSuccess = false + // } this.loading = false } })