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); }