|
let coop = await this.linkOperation({ type: 'list', data: { site: this.$site, type: 'cooperation' } });
|
|
let coop = await this.linkOperation({ type: 'list', data: { site: this.$site, type: 'cooperation' } });
|
|
this.$set(this, `coopList`, coop.data);
|
|
this.$set(this, `coopList`, coop.data);
|