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 @@ - - - + + +