Explorar o código

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

lrf402788946 %!s(int64=5) %!d(string=hai) anos
pai
achega
1d88c8c96a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;