Explorar el Código

Merge branch 'master' of http://git.cc-lotus.info/smart-jobs/web-bench

guhongwei hace 5 años
padre
commit
c60802a77f
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      src/views/jobs/school/index.vue

+ 2 - 0
src/views/jobs/school/index.vue

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