Parcourir la source

add clear relation

haojianlong il y a 5 ans
Parent
commit
0f24d03215
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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);