14944 项目主管部门负责人 没有为空

limingyu-20240419-一公司危险作业更新
liujun 2024-04-03 14:28:27 +08:00
parent f58aebe893
commit 64183c53a9
1 changed files with 4 additions and 4 deletions

View File

@ -807,6 +807,7 @@ export default {
{name: 'ACCEPT_USER_ID', message: '请选择验收部门负责人'},
{name: 'GUARDIAN_USER_ID', message: '请选择监护人'},
{name: 'ACCEPT_CONFESS_USER_ID', message: '请选择接受交底人'},
{name: 'BELONGING_USER_ID', message: '项目主管部门负责人'},
],
todayDate: '',
otherAssignments: false,
@ -1044,10 +1045,6 @@ export default {
required = false
}
}
if (!required) {
return
}
console.log(this.confessList)
for (let i = 0; i < this.confessList.length; i++) {
if (!this.confessList[i].CONFESS_USER_ID) {
uni.showToast({
@ -1058,6 +1055,9 @@ export default {
required = false
}
}
if (!required) {
return
}
//
for (let i = 0; i < this.confessList.length; i++) {
this.confessList[i].confessUserList = []