fix: 工作报告弹窗被遮挡的问题

This commit is contained in:
kuaifan 2022-01-27 23:55:13 +08:00
parent 569164ed56
commit 53550b8975

View File

@ -133,7 +133,7 @@ export default {
title: '覆盖提交',
content: '你已提交过此日期的报告,是否覆盖提交?',
loading: true,
zIndex: 2000,
append: this.$el,
onOk: () => {
this.doSubmit();
}