fix: 【MP自定义菜单】accountChanged参数错误
(cherry picked from commit 7711ceb3f3
)
This commit is contained in:
parent
1948bc9971
commit
eae9242a91
@ -216,7 +216,7 @@ const tempSelfObj = ref({})
|
|||||||
const dialogNewsVisible = ref(false) // 跳转图文时的素材选择弹窗
|
const dialogNewsVisible = ref(false) // 跳转图文时的素材选择弹窗
|
||||||
|
|
||||||
/** 侦听公众号变化 **/
|
/** 侦听公众号变化 **/
|
||||||
const accountChanged = (accountId) => {
|
const accountChanged = (id) => {
|
||||||
accountId.value = id
|
accountId.value = id
|
||||||
getList()
|
getList()
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user