feat:流程-流程实例的版本问题

3.用vue.nextTick 来更新props 赋值延后问题
This commit is contained in:
lvjunzhao
2025-02-26 10:31:39 +08:00
parent b7fb70f707
commit 3c30812aad
2 changed files with 6 additions and 6 deletions

View File

@ -62,6 +62,6 @@
emits('close');
}
defineExpose({
look
look,
});
</script>