14901 动火作业申请 选择安全措施确认人 1、提示语不正确 2、已经选择了所属的部门应该不能提示

limingyu-20240419-一公司危险作业更新
liujun 2024-04-03 11:02:22 +08:00
parent 65401402b2
commit 945af43255
1 changed files with 3 additions and 3 deletions

View File

@ -1397,7 +1397,7 @@ export default {
} }
break break
case 'accept': case 'accept':
if (this.acceptUserList.length == 0) { if (this.acceptUserList.length === 0) {
uni.showToast({ uni.showToast({
icon: 'none', icon: 'none',
title: '请先选择验收部门', title: '请先选择验收部门',
@ -1406,7 +1406,7 @@ export default {
} }
break break
case 'xiangMu': case 'xiangMu':
if (this.confirmUserList.length == 0) { if (this.confirmUserList.length === 0) {
uni.showToast({ uni.showToast({
icon: 'none', icon: 'none',
title: '请先选择项目主管部门负责人', title: '请先选择项目主管部门负责人',
@ -1415,7 +1415,7 @@ export default {
} }
break break
case 'anQuanCuoShiQueRenRen': case 'anQuanCuoShiQueRenRen':
if (this.confirmUserList.length == 0) { if (this.safetyUserList.length === 0) {
uni.showToast({ uni.showToast({
icon: 'none', icon: 'none',
title: '请先选择项安全措施确认人', title: '请先选择项安全措施确认人',