Ben Lin
2024-06-07 aa0bc81d06736cc1a1bd210dde61f57736585d43
src/views/tigerprojects/system/lowcode/normal/index.vue
@@ -199,12 +199,9 @@
      obj.componentProps = ({ schema, tableAction, formActionType, formModel }) => {
        return {
          options: options,
          onChange: (e) => custSelectFn(e, onChange),
          onChange: (e) => custOnChange(e, onChange, objParams.value.ID),
        };
      };
    }
  }
  function custSelectFn(e, onChangeFnName) {
    custOnChange(e, onChangeFnName, objParams.value.ID);
  }
</script>