mirror of
https://gitee.com/JavaLionLi/plus-ui.git
synced 2025-12-30 09:52:27 +00:00
update 调整变量修改
This commit is contained in:
@@ -455,8 +455,8 @@ const handleVariable = async (formEl: FormInstance | undefined) => {
|
||||
await proxy?.$modal.confirm('是否确认提交?');
|
||||
await updateVariable(form.value);
|
||||
proxy?.$modal.msgSuccess('操作成功');
|
||||
variableVisible.value = false;
|
||||
await handleQuery();
|
||||
const data = await instanceVariable(instanceId.value);
|
||||
variables.value = data.data.variable;
|
||||
}
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user