ludc
2024-04-07 aecf90560bf62fdb7691f72453b18ce14ce076a8
Source/ProjectWeb/src/components/dynamic-components/dynamic-form.vue
@@ -248,7 +248,7 @@
      this.formTemplateData = val;
    },
    setReferValue(data) {
      if (data.prop) {
      if (data && data.prop) {
        this.ruleForm[data.prop] = data.value || "";
        this.ruleForm[data.showProp] = data.text || "";
        if (data.propMap) {