修正代码生成器菜单设置步骤加载不了菜单的问题

This commit is contained in:
suguangxu
2025-07-21 15:17:06 +08:00
parent c2493dd526
commit c4daab08a8
4 changed files with 17 additions and 1 deletions

View File

@ -233,6 +233,10 @@
return;
}
current.value++;
if (current.value === 5) {
menuConfigStepRef.value.initStep();;
}
}
async function handleSaveDraft() {

View File

@ -229,6 +229,10 @@
return;
}
current.value++;
if (current.value === 5) {
menuConfigStep.value.initStep();;
}
}
async function handleSaveDraft() {

View File

@ -232,6 +232,10 @@
return;
}
current.value++;
if (current.value === 5) {
menuConfigStepRef.value.initStep();;
}
}
async function handleSaveDraft() {