From e0bd20235096d5da2572c6fe813c435eaaa9af8a Mon Sep 17 00:00:00 2001
From: "li.yuetong"
Date: Thu, 18 Aug 2022 15:12:25 +0800
Subject: [PATCH] =?UTF-8?q?=E3=80=90=E6=B4=A5=E8=B4=B4=E6=A8=A1=E5=9D=97?=
=?UTF-8?q?=EF=BC=8C=E6=B4=A5=E8=B4=B4=E7=94=B3=E8=AF=B7=E5=92=8C=E6=88=91?=
=?UTF-8?q?=E7=9A=84=E8=B5=84=E6=96=99=E5=A2=9E=E5=8A=A0=E5=BC=80=E6=88=B7?=
=?UTF-8?q?=E9=93=B6=E8=A1=8C=E6=94=AF=E8=A1=8C=E5=AD=97=E6=AE=B5=E3=80=91?=
=?UTF-8?q?=E4=B8=8D=E7=AC=A6=E5=90=88=E6=9D=A1=E4=BB=B6=E6=97=B6=EF=BC=8C?=
=?UTF-8?q?=E9=98=BB=E6=96=ADtoast=E6=8F=90=E7=A4=BA=EF=BC=8C=E8=A7=A6?=
=?UTF-8?q?=E5=8F=91=E6=8C=89=E9=92=AE=E5=8C=85=E6=8B=AC=E6=B4=A5=E8=B4=B4?=
=?UTF-8?q?=E7=94=B3=E8=AF=B7=E5=88=97=E8=A1=A8-=E6=9C=AA=E5=AE=A1?=
=?UTF-8?q?=E6=89=B9=E3=80=90=E7=BC=96=E8=BE=91=E3=80=91=E3=80=81=E6=B4=A5?=
=?UTF-8?q?=E8=B4=B4=E7=94=B3=E8=AF=B7=E5=88=97=E8=A1=A8-=E5=AE=A1?=
=?UTF-8?q?=E6=89=B9=E9=80=9A=E8=BF=87=E3=80=90=E5=86=8D=E6=AC=A1=E7=94=B3?=
=?UTF-8?q?=E8=AF=B7=E3=80=91=E3=80=81=E3=80=90=E7=82=B9=E5=87=BB=E7=94=B3?=
=?UTF-8?q?=E8=AF=B7=E3=80=91?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/ebiz/allowance/application/List.vue | 20 +++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
diff --git a/src/views/ebiz/allowance/application/List.vue b/src/views/ebiz/allowance/application/List.vue
index 76a3a94a0..662430445 100644
--- a/src/views/ebiz/allowance/application/List.vue
+++ b/src/views/ebiz/allowance/application/List.vue
@@ -375,16 +375,16 @@ export default {
//不符合条件时,阻断toast提示,触发按钮包括“津贴申请列表-未审批”【编辑】、“津贴申请列表-审批通过”【再次申请】、【点击申请】
async isConditionsFunc(type, order) {
// type 0点击申请 1编辑 2再次申请
- // const res = await allowanceCheck({})
- // if (res.result == '1') {
- // Toast({
- // className: 'textLeft',
- // duration: 3000, // 持续展示 toast
- // forbidClick: true,
- // message: res.resultMessage
- // })
- // return
- // }
+ const res = await allowanceCheck({})
+ if (res.result == '1') {
+ Toast({
+ className: 'textLeft',
+ duration: 3000, // 持续展示 toast
+ forbidClick: true,
+ message: res.resultMessage
+ })
+ return
+ }
if (type == 0) {
this.applicationFunc()