|
@@ -80,9 +80,11 @@ export default {
|
|
|
let result = await this.corpSchInfo({ type: 'list', data: { corpid: this.user.corpid } });
|
|
|
if (`${result.errcode}` === '0') {
|
|
|
this.$set(this, `selfSch`, result.data);
|
|
|
+ this.$set(this, `totalRow`, result.total);
|
|
|
} else {
|
|
|
this.$message.error(result.errmsg ? result.errmsg : 'error');
|
|
|
}
|
|
|
+ console.log(result);
|
|
|
},
|
|
|
async join(id) {
|
|
|
let result = await this.joinSch({ schid: 999991, corpid: this.user.corpid });
|