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>