ludc
2024-04-08 bcb1aaaadad892fe02e4de9a1fdb10cb99fea9bc
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) {