script: 更新多选时提示信息内容

This commit is contained in:
Argo-PD 2020-04-05 20:12:24 +08:00
parent 612331e5e9
commit 78c82af2dc
1 changed files with 2 additions and 2 deletions

View File

@ -104,7 +104,7 @@
return;
}
else if (arrselections.length > 1) {
lgbSwal({ title: '请选择一个要编辑的数据', type: "warning" });
lgbSwal({ title: '只能选择一项要编辑的数据', type: "warning" });
return;
}
else {
@ -172,7 +172,7 @@
return;
}
else if (arrselections.length > 1) {
lgbSwal({ title: '请选择一个要编辑的数据', type: "warning" });
lgbSwal({ title: '只能选择一项要编辑的数据', type: "warning" });
return;
}
else {