Commit 26f30f78 authored by 刘用法's avatar 刘用法

完工页面判断空

parent 513d2c35
...@@ -349,7 +349,7 @@ ...@@ -349,7 +349,7 @@
} }
d.formType = formType d.formType = formType
d.inputType = inputType d.inputType = inputType
if (d.fieldsId == 200) { if (d.fieldsId == 200 && res.data.value) {
d.required = res.data.value['paymentMethodsType'] !='03' d.required = res.data.value['paymentMethodsType'] !='03'
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment