diff --git a/src/components/quill/index.vue b/src/components/quill/index.vue index 195825c..3041280 100644 --- a/src/components/quill/index.vue +++ b/src/components/quill/index.vue @@ -215,5 +215,14 @@ export default { border-top: 0; } } +/deep/.ql-snow { + position: relative; + .ql-tooltip { + position: absolute !important; + top: 10px !important; + left: 10px !important; + transform: translateY(10px); + } +} diff --git a/src/pages/system/list/staff.vue b/src/pages/system/list/staff.vue index a247528..115a8ec 100644 --- a/src/pages/system/list/staff.vue +++ b/src/pages/system/list/staff.vue @@ -356,7 +356,7 @@ export default { if (this.isAdd) { url = `${this.api.checkWorkNumOrAccount}?platformId=${Setting.platformId}&type=${Setting.platformType}&account=${this.teacherForm.account}&workNumber=`; } else { - url = `${this.api.checkWorkNumOrAccount}?platformId=${Setting.platformId}&accountId=${this.teacherForm.accountId}&account=${this.teacherForm.account}&workNumber=`; + url = `${this.api.checkWorkNumOrAccount}?platformId=${Setting.platformId}&type=${Setting.platformType}&accountId=${this.teacherForm.accountId}&account=${this.teacherForm.account}&workNumber=`; } this.$post(url).then(res => { if (res.status === 200) {