Forráskód Böngészése

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

lrf402788946 5 éve
szülő
commit
1d88c8c96a
1 módosított fájl, 1 hozzáadás és 1 törlés
  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;