|
@@ -1202,7 +1202,7 @@ export default {
|
1202
|
1202
|
}
|
1203
|
1203
|
if (
|
1204
|
1204
|
this.order == 1 &&
|
1205
|
|
- ((this.integralMechanism == 1 && intersection.length) ||
|
|
1205
|
+ ((this.integralMechanism == 1 && intersection.length && integralRoles.length) ||
|
1206
|
1206
|
(this.integralMechanism == 2 && this.loginUser.userType.value == 2))
|
1207
|
1207
|
) {
|
1208
|
1208
|
// 直接处理,积分机制
|
|
@@ -1312,7 +1312,7 @@ export default {
|
1312
|
1312
|
}
|
1313
|
1313
|
if (
|
1314
|
1314
|
this.order == 1 &&
|
1315
|
|
- ((this.integralMechanism == 1 && intersection.length) ||
|
|
1315
|
+ ((this.integralMechanism == 1 && intersection.length && integralRoles.length) ||
|
1316
|
1316
|
(this.integralMechanism == 2 &&
|
1317
|
1317
|
this.loginUser.userType.value == 2))
|
1318
|
1318
|
) {
|