Merge pull request #2621 from dataease/pr@dev@fix_email_task_form_select

fix(系统管理): 定时报告选择附件页面过滤掉非视图组件
This commit is contained in:
fit2cloud-chenyw 2022-07-12 11:39:44 +08:00 committed by GitHub
commit 167fbcffe6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions

View File

@ -47,8 +47,7 @@ public class IndexController {
case valid:
return "doc.html";
default:
// return "nolic.html";
return "doc.html";
return "nolic.html";
}
}

View File

@ -14,7 +14,7 @@
<div v-if="positionCheck('multiplexing')" style="margin-right: -1px;width: 18px;z-index: 5">
<el-checkbox v-model="multiplexingCheckModel" size="medium" @change="multiplexingCheck" />
</div>
<div v-if="positionCheck('email-task')" style="margin-right: -1px;width: 18px;z-index: 5">
<div v-if="positionCheck('email-task') && element.component === 'user-view'" style="margin-right: -1px;width: 18px;z-index: 5">
<el-checkbox v-model="isTaskChecked" size="medium" @change="emailTaskCheck" />
</div>
</div>