fix:修复合并错误

This commit is contained in:
weifashi 2023-08-17 09:34:48 +08:00
parent 9eec44249c
commit 9ff7160870
2 changed files with 0 additions and 14 deletions

View File

@ -578,21 +578,10 @@ export default {
{path: 'archivedProject', name: '已归档的项目'},
{path: 'team', name: '团队管理', divided: true},
<<<<<<< HEAD
{path: 'approve', name: '审批中心'},
{path: 'okrManage', name: 'OKR管理'},
{path: 'okrAnalyze', name: 'OKR结果分析'},
=======
>>>>>>> pro
])
} else {
array.push(...[
{path: 'personal', name: '个人设置', divided: true},
<<<<<<< HEAD
{path: 'approve', name: '审批中心'},
{path: 'okrManage', name: 'OKR管理'},
=======
>>>>>>> pro
{path: 'version', name: '更新版本', divided: true, visible: !!this.clientNewVersion},
{path: 'workReport', name: '工作报告', divided: true},

View File

@ -728,10 +728,7 @@ export default {
this.changeLoad++
this.textTimer && clearTimeout(this.textTimer)
this.textTimer = setTimeout(_ => {
<<<<<<< HEAD
=======
this.changeLoad--
>>>>>>> pro
if (this.maxlength > 0 && this.quill.getLength() > this.maxlength) {
this.quill.deleteText(this.maxlength, this.quill.getLength());
}