浏览代码

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;
         }