员工分配服务指令:允许保存空(情况:不让员工再接指令)

This commit is contained in:
1378012178@qq.com 2026-03-19 13:43:07 +08:00
parent 78f1c82624
commit d877bac805
1 changed files with 4 additions and 4 deletions

View File

@ -348,10 +348,10 @@ function init(record) {
}
function submitForm() {
if (employeesDataSource.value.length == 0) {
createMessage.warning('未分配指令')
return
}
//if (employeesDataSource.value.length == 0) {
//createMessage.warning('')
//return
//}
employeesDataSource.value.forEach(item => {
item.employeesId = employeesInfo.value.id
})