14893 申请动火作业 所有的输入框都没有必填验证 注意后续流程也要有必填验证
parent
aa94e66276
commit
0883bbb262
|
@ -985,7 +985,7 @@ export default {
|
|||
uni.showLoading({
|
||||
title: '请稍候'
|
||||
})
|
||||
if (STATUS == 1.5) {
|
||||
if (STATUS === '1') {
|
||||
this.rules.map(({name, message}) => {
|
||||
if (!this.pd[name]) {
|
||||
uni.showToast({
|
||||
|
|
Loading…
Reference in New Issue