Browse Source

add clear relation

haojianlong 5 years ago
parent
commit
0f24d03215
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/components/business_space/graphy/business.vue

+ 1 - 0
src/components/business_space/graphy/business.vue

@@ -1276,6 +1276,7 @@
                         this.loading.show = false;
                         this.$message.success('清除成功')
                         this.idList = [];
+                        this.type = 1;
                         this.getHasSpace();
                     } else {
                         this.$message.error(res.data.ResultMsg);