소스 검색

add clear relation

haojianlong 6 년 전
부모
커밋
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);