mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-07-16 03:45:07 +08:00
fix: 【MP自定义菜单】accountChanged参数错误
This commit is contained in:
@ -216,7 +216,7 @@ const tempSelfObj = ref({})
|
||||
const dialogNewsVisible = ref(false) // 跳转图文时的素材选择弹窗
|
||||
|
||||
/** 侦听公众号变化 **/
|
||||
const accountChanged = (accountId) => {
|
||||
const accountChanged = (id) => {
|
||||
accountId.value = id
|
||||
getList()
|
||||
}
|
||||
|
Reference in New Issue
Block a user