Selaa lähdekoodia

03/31 14:44

11
Xiao_Mo 5 vuotta sitten
vanhempi
commit
4a54d87cdb
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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;
         this.searchForm = this.$route.query.searchForm;
       }
       }
       // 获取所有科目的接口
       // 获取所有科目的接口
-      getSubject().then(res => {
+      getSubject({tenantId:1}).then(res => {
         if (res.code == 200) {
         if (res.code == 200) {
           this.subjectList = res.data;
           this.subjectList = res.data;
         }
         }