Commit a4ee149f by haojie

每次进入创建直播页面都重新请求音调列表

parent ae9e4f73
......@@ -640,9 +640,9 @@ onMounted(async () => {
[createLiveKeys.scriptType]: currentOption.value,
});
// 获取音色音调列表
getList();
if (isFirstRequestAction.value) {
// 获取音色音调列表
getList();
getAction();
isFirstRequestAction.value = false;
}
......@@ -651,6 +651,7 @@ onMounted(async () => {
onActivated(() => {
if (!isFirstRequestAction.value) {
getAction();
getList();
}
});
</script>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment