1
0
mirror of synced 2025-12-07 17:32:33 +08:00

chore: 更新依赖

This commit is contained in:
roymondchen
2024-10-31 14:20:47 +08:00
committed by roymondchen
parent aaba8bff03
commit 7cd1bc7aec
48 changed files with 1710 additions and 2045 deletions

View File

@@ -26,7 +26,7 @@ export default [
dataSourceFieldType: ['array'],
checkStrictly: true,
type: 'data-source-field-select',
onChange: (vm: any, v: string[] = [], { model }: any) => {
onChange: (_vm: any, v: string[] = [], { model }: any) => {
if (Array.isArray(v) && v.length > 1) {
const [dsId, ...keys] = v;
model.dsField = [dsId.replace(DATA_SOURCE_FIELDS_SELECT_VALUE_PREFIX, ''), ...keys];

View File

@@ -65,7 +65,7 @@ const Overlay: React.FC<OverlayProps> = ({
}
const editorSelectHandler = (
info: {
_info: {
node: MNode;
page: MPage;
parent: MContainer;