This commit is contained in:
2026-01-30 16:04:25 +08:00
parent 8ab9e91dac
commit ba71d089ba
3 changed files with 46 additions and 6 deletions

View File

@@ -1215,7 +1215,7 @@ function handleAdd() {
/** 提交按钮 */
function submitForm() {
if (outBoundData.value.length !== checkOutList.value) {
if (outBoundData.value.length !== checkOutList.value.length) {
proxy.$modal.msgError("请查看勾选数据");
return;
}