|
@@ -169,8 +169,6 @@ |
|
@@ -169,8 +169,6 @@ |
169
|
}
|
169
|
}
|
170
|
);
|
170
|
);
|
171
|
|
171
|
|
172
|
- const { containerEl } = useSort(emit, getFormValues);
|
|
|
173
|
-
|
|
|
174
|
const handleSettingOk = (data: DataSourceType) => {
|
172
|
const handleSettingOk = (data: DataSourceType) => {
|
175
|
const { uuid } = data;
|
173
|
const { uuid } = data;
|
176
|
const _dataSource = cloneDeep(getFormValues());
|
174
|
const _dataSource = cloneDeep(getFormValues());
|
|
@@ -182,6 +180,8 @@ |
|
@@ -182,6 +180,8 @@ |
182
|
emit('update:dataSource', _dataSource);
|
180
|
emit('update:dataSource', _dataSource);
|
183
|
};
|
181
|
};
|
184
|
|
182
|
|
|
|
183
|
+ const { containerEl } = useSort(emit, getFormValues);
|
|
|
184
|
+
|
185
|
defineExpose({
|
185
|
defineExpose({
|
186
|
getFormValues,
|
186
|
getFormValues,
|
187
|
validate,
|
187
|
validate,
|