From e1248afa977f8c6df73b931e71eebfff48f80678 Mon Sep 17 00:00:00 2001 From: Rui_Li <877258667@qq.com> Date: Sun, 20 Feb 2022 18:09:34 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=87=E6=8D=A2=E7=94=A8=E6=88=B7BUG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/yieldReport/com_switch_operator.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/modules/yieldReport/com_switch_operator.vue b/src/views/modules/yieldReport/com_switch_operator.vue index 4219abf..558e189 100644 --- a/src/views/modules/yieldReport/com_switch_operator.vue +++ b/src/views/modules/yieldReport/com_switch_operator.vue @@ -79,7 +79,7 @@ export default { //判断是否存在 if(!data.row){ this.$message.error('账号有误!'); - + return false; } let status = data.row.status; this.operatorData.operatorName = data.row.operatorName;