소스 검색

修改学生查询的招聘会类型

lrf402788946 5 년 전
부모
커밋
1d88c8c96a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/store.js

+ 1 - 1
src/store.js

@@ -57,7 +57,7 @@ export default new Vuex.Store({
       if (type === 'list') {
         data = this.$toUndefined(data);
         let { corpid } = data;
-        result = await this.$axios.$get(api.fairs, {}, { corpid: corpid, skip: skip, limit: limit });
+        result = await this.$axios.$get(api.fairs, {}, { corpid: corpid, skip: skip, limit: limit, status: '1' });
       }
       if (type === 'mylist') {
         let { schid, fairid, corpid, status } = data;