This commit is contained in:
chen-xin-zhi 2024-12-04 09:38:47 +08:00
parent 10feded749
commit a3ff9d1cc2

View File

@ -163,7 +163,7 @@ const minNumFun = (index : number,row : number)=> {
message: '最小人数不大于最大人数'
})
timeList.value[index][row].minNumValue = ''
return;
return;
}
}
//