项目阅片人新增问题修复
continuous-integration/drone/push Build is running Details

uat_us
wangxiaoshuang 2024-11-04 13:14:15 +08:00
parent 13418ddad3
commit f672ac3500
1 changed files with 1 additions and 1 deletions

View File

@ -160,7 +160,7 @@ export default {
}, },
checkLeave() { checkLeave() {
const id = getQueryString('Id') const id = getQueryString('Id')
if (!id) { if (!id && !this.reviewerId) {
this.$message({ this.$message({
message: 'Please fill in the basic information first', message: 'Please fill in the basic information first',
type: 'warning', type: 'warning',