From 5c30b1ce5be1c84a4632ed97974c43a36f8e416d Mon Sep 17 00:00:00 2001 From: ltlzx <942659938@qq.com> Date: Sat, 7 May 2022 16:23:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E8=8E=B7=E5=8F=96=E5=A7=94?= =?UTF-8?q?=E6=89=98=E6=95=B0=E5=89=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/page/classification/DataQuery.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/page/classification/DataQuery.vue b/src/components/page/classification/DataQuery.vue index b03875c..8dab1fa 100644 --- a/src/components/page/classification/DataQuery.vue +++ b/src/components/page/classification/DataQuery.vue @@ -220,8 +220,8 @@ export default { this.$message.success('无新增委托数据'); }else{ this.$message.success('成功获取'+res.data.count+'个委托数据!'); - this.getAllDate() } + this.getAllDate() }else{ this.$message.error(res.msg); }