安全环保检查发起当选择检查人员数量小于1时创建一个空检查人员栏目方便点击

dev-安全环保检查验证
songwenxuan 2024-02-23 17:43:06 +08:00
parent 5d898b71b7
commit df6034a3be
1 changed files with 3 additions and 0 deletions

View File

@ -578,6 +578,9 @@ export default {
}) })
}else{ }else{
this.form.inspectorList.splice(index,1) this.form.inspectorList.splice(index,1)
if(this.form.inspectorList.length<1){
this.addInspector()
}
uni.showToast({ uni.showToast({
icon: 'none', icon: 'none',
title: '选择错误,请选择港股部门或者当前被检查公司下部门', title: '选择错误,请选择港股部门或者当前被检查公司下部门',