fix: 【MP自定义菜单】accountChanged参数错误

(cherry picked from commit 7711ceb3f3)
This commit is contained in:
dhb52 2023-04-10 01:05:13 +08:00 committed by shizhong
parent 1948bc9971
commit eae9242a91

View File

@ -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()
} }