refactor: mp模块统一accountId未初始化值为-1,删除QueryParams定义
This commit is contained in:
@ -65,7 +65,7 @@ const MENU_NOT_SELECTED = '__MENU_NOT_SELECTED__'
|
||||
|
||||
// ======================== 列表查询 ========================
|
||||
const loading = ref(false) // 遮罩层
|
||||
const accountId = ref<number>(0)
|
||||
const accountId = ref(-1)
|
||||
const accountName = ref<string>('')
|
||||
const menuList = ref<Menu[]>([])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user