From 7e0f9d22643c4b73501265601fbda10243129e24 Mon Sep 17 00:00:00 2001 From: liujun Date: Fri, 22 Dec 2023 17:07:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9F=A5=E7=9C=8Bbug=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/xgf/flow/components/list.vue | 2 +- src/views/xgf/flow/components/sendUtil.vue | 4 ++++ src/views/xgf/flowApply/components/list.vue | 2 +- .../xgf/flowApply/components/userInfo.vue | 22 +++++++++---------- 4 files changed, 17 insertions(+), 13 deletions(-) diff --git a/src/views/xgf/flow/components/list.vue b/src/views/xgf/flow/components/list.vue index 636a33f..bf01575 100644 --- a/src/views/xgf/flow/components/list.vue +++ b/src/views/xgf/flow/components/list.vue @@ -7,7 +7,7 @@ - + diff --git a/src/views/xgf/flow/components/sendUtil.vue b/src/views/xgf/flow/components/sendUtil.vue index a7fdb5b..cd9aab3 100644 --- a/src/views/xgf/flow/components/sendUtil.vue +++ b/src/views/xgf/flow/components/sendUtil.vue @@ -46,6 +46,10 @@ export default { beforeClose() { }, sendMessage(row) { + if (this.value) { + this.$message.error('请选择是否通过') + return + } requestFN( '/xgf/user/approve', { diff --git a/src/views/xgf/flowApply/components/list.vue b/src/views/xgf/flowApply/components/list.vue index f5ec2c4..785481a 100644 --- a/src/views/xgf/flowApply/components/list.vue +++ b/src/views/xgf/flowApply/components/list.vue @@ -7,7 +7,7 @@ - + diff --git a/src/views/xgf/flowApply/components/userInfo.vue b/src/views/xgf/flowApply/components/userInfo.vue index 7f497ec..a3cc60a 100644 --- a/src/views/xgf/flowApply/components/userInfo.vue +++ b/src/views/xgf/flowApply/components/userInfo.vue @@ -200,23 +200,23 @@ - - - + + +