|
|
@@ -176,7 +176,7 @@
|
|
|
</div>
|
|
|
<SelectPoint
|
|
|
ref="SelectPoint"
|
|
|
- :orgType="taskInfo.beCheckOrgType"
|
|
|
+ :orgType="[taskInfo.beCheckOrgType]"
|
|
|
@select="onSelectPoint"
|
|
|
></SelectPoint>
|
|
|
<UserSelector
|
|
|
@@ -235,6 +235,7 @@ export default {
|
|
|
return (
|
|
|
this.isRegister &&
|
|
|
this.taskInfo.status != 3 &&
|
|
|
+ this.taskInfo.planType==3 &&
|
|
|
this.taskInfo.checkOrgId == this.orgId &&
|
|
|
userRoleIds.find((ur) => taskRoleIds.includes(ur))
|
|
|
);
|