|
@@ -364,7 +364,7 @@ const sureSignUserClick = () => {
|
|
|
console.log(fixedBranchList.value, 'fixedBranchList.value3333333')
|
|
|
let isEmptyuserIds = fixedBranchList.value.some(obj => obj.userIds === '')
|
|
|
if (isEmptyuserIds && isShowTaskName) {
|
|
|
- window.$message.warning('请选择对应的任务人员')
|
|
|
+ window.$message.warning('请选择对应的任务人员和名称')
|
|
|
return
|
|
|
} else if (fixedBranchList.value.length === 0 && isShowTaskName.value) {
|
|
|
window.$message.warning('请选择对应的任务人员和任务名称')
|