瀏覽代碼

add clear relation

haojianlong 5 年之前
父節點
當前提交
0f24d03215
共有 1 個文件被更改,包括 1 次插入0 次删除
  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);