修改 外部署名推荐审批流程 未填写推荐署名人及单位时提示并阻止提交
This commit is contained in:
@@ -690,6 +690,7 @@ export default {
|
||||
this.dataList.forEach(item => {
|
||||
if( item.workPeople === ''){
|
||||
this.$message.warning('请选择推荐署名人及单位')
|
||||
throw new Error('请选择推荐署名人及单位')
|
||||
}
|
||||
})
|
||||
let json = {
|
||||
@@ -753,6 +754,7 @@ export default {
|
||||
this.dataList.forEach(item => {
|
||||
if( item.workPeople === ''){
|
||||
this.$message.warning('请选择推荐署名人及单位')
|
||||
throw new Error('请选择推荐署名人及单位')
|
||||
}
|
||||
})
|
||||
let json = {
|
||||
|
||||
Reference in New Issue
Block a user