jiangyy 4 years ago
parent
commit
609a764be7
  1. 1
      src/components/parser/Parser.vue

1
src/components/parser/Parser.vue

@ -473,6 +473,7 @@ export default {
}
//
const validateOtherInput = (rule, value, callback) => {
debugger
// 0
if (value == 0 || (Array.isArray(value) && value.includes(0))) {
if (!this[this.formConf.labelFormModel][`${rule.field}other`]) {

Loading…
Cancel
Save