|
@@ -82,10 +82,8 @@ export default {
|
|
|
if (`${result.errcode}` === '0') {
|
|
|
for (const val of result.data) {
|
|
|
let { identity } = await this.corpOperation({ type: 'search', data: { corpid: val.corpid } });
|
|
|
- console.log(identity.logo_url);
|
|
|
val.logo_url = identity.logo_url;
|
|
|
}
|
|
|
- console.log(result.data);
|
|
|
this.$set(this, `totalRow`, result.total);
|
|
|
this.$set(this, `list`, result.data);
|
|
|
} else {
|