|
|
@@ -1355,6 +1355,10 @@ export default {
|
|
|
!excludedUserIds.includes(userId)
|
|
|
);
|
|
|
|
|
|
+ if (finalUserIds.length === 0) {
|
|
|
+ return this.msgInfo("除管理员外无其他的账号,请重新选择");
|
|
|
+ }
|
|
|
+
|
|
|
this.$confirm(
|
|
|
'是否确认删除员工编号为"' + finalUserIds + '"的数据项?【注意:删除后绑定的企业微信相关信息可能会错乱!!】',
|
|
|
"警告",
|