chore: 更新依赖
This commit is contained in:
@@ -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];
|
||||
|
||||
@@ -65,7 +65,7 @@ const Overlay: React.FC<OverlayProps> = ({
|
||||
}
|
||||
|
||||
const editorSelectHandler = (
|
||||
info: {
|
||||
_info: {
|
||||
node: MNode;
|
||||
page: MPage;
|
||||
parent: MContainer;
|
||||
|
||||
Reference in New Issue
Block a user