|
@@ -285,7 +285,7 @@ export default {
|
|
|
if (this.type == 'edit' && (await this.getValidate())) {
|
|
if (this.type == 'edit' && (await this.getValidate())) {
|
|
|
return this.form;
|
|
return this.form;
|
|
|
}
|
|
}
|
|
|
- if (this.type == 'add') {
|
|
|
|
|
|
|
+ if (this.type == 'detail') {
|
|
|
return this.form.approvalProcess;
|
|
return this.form.approvalProcess;
|
|
|
}
|
|
}
|
|
|
return false
|
|
return false
|