解决新增服务指令包 弹出页面 切换分类标签 选择引用服务指令包 没有更新
This commit is contained in:
parent
9c9242eb14
commit
c7047d8a3f
|
|
@ -288,6 +288,7 @@ function handleQuoteDirectives() {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
directiveQuoteDrawer.value = true
|
directiveQuoteDrawer.value = true
|
||||||
|
directivePackageListRef.value.queryList({})
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
|
|
@ -234,7 +234,8 @@ onMounted(() => {
|
||||||
})
|
})
|
||||||
|
|
||||||
defineExpose({
|
defineExpose({
|
||||||
selectedDirective
|
selectedDirective,
|
||||||
|
queryList,
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue