diff --git a/src/pages/student/list/index.vue b/src/pages/student/list/index.vue index c30583f..f561430 100644 --- a/src/pages/student/list/index.vue +++ b/src/pages/student/list/index.vue @@ -776,7 +776,6 @@ export default { } }, worknumberChange() { - console.log(this.form) if (this.form.workNumber) { let url = ""; if (this.isAdd && !this.form.accountId) { @@ -785,7 +784,6 @@ export default { url = `${this.api.checkWorkNumOrAccount}?platformId=${Setting.platformId}&type=1&accountId=${this.form.accountId}&workNumber=${this.form.workNumber}&account=`; } this.$post(url).then(res => { - console.log(res) if (res.status === 200) { this.workNumberReapeat = false; }