ludc
2024-04-07 4994a4f75e977e9bf9c1cef23d7c443b33112bc5
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) {