提交
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user