潘志宝
2024-10-31 13c97d76348b5451381320aa54efa0706f38ecb6
src/views/model/mpk/menu/group/index.vue
@@ -104,7 +104,7 @@
  loading.value = true
  try {
    const data = await MpkGroupApi.getList(queryParams)
    list.value = data.list
    list.value = data
  } finally {
    loading.value = false
  }
@@ -124,7 +124,7 @@
/** 添加/修改操作 */
const formRef = ref()
const openForm = (type: string, id?: string) => {
  formRef.value.open(type, id)
  formRef.value.open(type, id, queryParams.menuId)
}
/** 删除按钮操作 */