动火方法必填

zy20231108
zhaoyu 2023-11-23 13:11:44 +08:00
parent 38b62fb8b2
commit a942769ef9
1 changed files with 7 additions and 0 deletions

View File

@ -907,6 +907,13 @@
})
return;
}
if(this.form.HOT_WORK_METHOD_ID != '' ||this.form.HOT_WORK_METHOD_ID.length==0){
uni.showToast({
title:'请选择动火方法',
icon:'none'
})
return;
}
if (STATUS == 1) {
this.rules.map(({name, message}) => {
if (this.form[name] == '' || this.form[name] == '请选择') {