|
|
|
@ -455,8 +455,8 @@ const handleVariable = async (formEl: FormInstance | undefined) => {
|
|
|
|
await proxy?.$modal.confirm('是否确认提交?');
|
|
|
|
await proxy?.$modal.confirm('是否确认提交?');
|
|
|
|
await updateVariable(form.value);
|
|
|
|
await updateVariable(form.value);
|
|
|
|
proxy?.$modal.msgSuccess('操作成功');
|
|
|
|
proxy?.$modal.msgSuccess('操作成功');
|
|
|
|
variableVisible.value = false;
|
|
|
|
const data = await instanceVariable(instanceId.value);
|
|
|
|
await handleQuery();
|
|
|
|
variables.value = data.data.variable;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
});
|
|
|
|
});
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|