安全环保检查发起当选择检查人员数量小于1时创建一个空检查人员栏目方便点击
parent
5d898b71b7
commit
df6034a3be
|
@ -578,6 +578,9 @@ export default {
|
|||
})
|
||||
}else{
|
||||
this.form.inspectorList.splice(index,1)
|
||||
if(this.form.inspectorList.length<1){
|
||||
this.addInspector()
|
||||
}
|
||||
uni.showToast({
|
||||
icon: 'none',
|
||||
title: '选择错误,请选择港股部门或者当前被检查公司下部门',
|
||||
|
|
Loading…
Reference in New Issue