|
let exportdata = await this.expertQuery({ role: 6, limit: 6 });
|
|
let exportdata = await this.expertQuery({ role: 6, limit: 6 });
|
|
if (this.$checkRes(exportdata)) this.$set(this, `expertList`, exportdata.data);
|
|
if (this.$checkRes(exportdata)) this.$set(this, `expertList`, exportdata.data);
|