소스 검색

03/31 14:44

11
Xiao_Mo 5 년 전
부모
커밋
4a54d87cdb
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/buildVip/index.vue

+ 1 - 1
src/views/buildVip/index.vue

@@ -553,7 +553,7 @@ export default {
         this.searchForm = this.$route.query.searchForm;
       }
       // 获取所有科目的接口
-      getSubject().then(res => {
+      getSubject({tenantId:1}).then(res => {
         if (res.code == 200) {
           this.subjectList = res.data;
         }