动火方法必填
parent
38b62fb8b2
commit
a942769ef9
|
@ -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] == '请选择') {
|
||||
|
|
Loading…
Reference in New Issue