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