Selaa lähdekoodia

删除销售账号,userType == '00'的管理员账号不允许删,自动剔除

sgw 3 päivää sitten
vanhempi
commit
64ca6c8b27
1 muutettua tiedostoa jossa 4 lisäystä ja 0 poistoa
  1. 4 0
      src/views/company/companyUser/index.vue

+ 4 - 0
src/views/company/companyUser/index.vue

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