项目阅片人新增问题修复
continuous-integration/drone/push Build is running
Details
continuous-integration/drone/push Build is running
Details
parent
13418ddad3
commit
f672ac3500
|
@ -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',
|
||||||
|
|
Loading…
Reference in New Issue