|
@@ -199,7 +199,7 @@
|
|
|
// dataBindDialog.data.binds = dataBindDialog.bkBinds;
|
|
|
dataBindDialog.show = false
|
|
|
"
|
|
|
- @confirm="dataBindDialog.show = false"
|
|
|
+ @confirm="dataBindonConfirm"
|
|
|
:width="700"
|
|
|
>
|
|
|
<div class="form-item">
|
|
@@ -758,6 +758,11 @@ const onSelectBindsChange = (value: string[], options: any) => {
|
|
|
}
|
|
|
};
|
|
|
|
|
|
+const dataBindonConfirm = () => {
|
|
|
+ dataBindDialog.show = false;
|
|
|
+ meta2d.initBinds();
|
|
|
+};
|
|
|
+
|
|
|
const onRemoveBind = () => {
|
|
|
// dataBindDialog.data.binds.splice(index, 1);
|
|
|
|