lrf402788946 5 years ago
parent
commit
88af3f744f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/teacher/verify.vue

+ 1 - 1
src/views/teacher/verify.vue

@@ -114,7 +114,7 @@ export default {
       let msg;
       let teachersid = [];
       teachersid.push(this.id);
-      res = await this.update({ teachersid, ...object });
+      res = await this.status({ teachersid, ...object });
       msg = `${this.keyWord}审核成功`;
       if (this.$checkRes(res, msg)) this.$router.push({ path: '/teacher/index' });
     },