|
|
@@ -634,6 +634,7 @@ $(document).ready(() => {
|
|
|
}
|
|
|
if (_.includes(saIdList, id)) {
|
|
|
toastr.error('该用户已存在列表中,无需重复添加');
|
|
|
+ e.stopPropagation();
|
|
|
return;
|
|
|
}
|
|
|
|
|
|
@@ -675,6 +676,7 @@ $(document).ready(() => {
|
|
|
}
|
|
|
if (_.includes(saIdList, id)) {
|
|
|
toastr.error('该用户已存在列表中,无需重复添加');
|
|
|
+ e.stopPropagation();
|
|
|
return;
|
|
|
}
|
|
|
|
|
|
@@ -696,6 +698,7 @@ $(document).ready(() => {
|
|
|
}
|
|
|
if (_.includes(saIdList, id)) {
|
|
|
toastr.error('该用户已存在列表中,无需重复添加');
|
|
|
+ e.stopPropagation();
|
|
|
return;
|
|
|
}
|
|
|
|
|
|
@@ -716,6 +719,7 @@ $(document).ready(() => {
|
|
|
}
|
|
|
if (_.includes(saIdList, id)) {
|
|
|
toastr.error('该用户已存在列表中,无需重复添加');
|
|
|
+ e.stopPropagation();
|
|
|
return;
|
|
|
}
|
|
|
|
|
|
@@ -734,6 +738,7 @@ $(document).ready(() => {
|
|
|
}
|
|
|
if (_.includes(saIdList, id)) {
|
|
|
toastr.error('该用户已存在列表中,无需重复添加');
|
|
|
+ e.stopPropagation();
|
|
|
return;
|
|
|
}
|
|
|
const prop = {
|