14896 在流程审批过程中 点击提交没有判空 所有流程都要提交判空
parent
e6d1bce63c
commit
aa94e66276
|
@ -391,8 +391,7 @@
|
||||||
uni.showLoading({
|
uni.showLoading({
|
||||||
title: '请稍候'
|
title: '请稍候'
|
||||||
})
|
})
|
||||||
if (STATUS === 2) {
|
if (STATUS === '1.5') {
|
||||||
|
|
||||||
if (_this.imgList.length <= 0) {
|
if (_this.imgList.length <= 0) {
|
||||||
uni.showToast({
|
uni.showToast({
|
||||||
icon: 'none',
|
icon: 'none',
|
||||||
|
|
Loading…
Reference in New Issue