海运出口详情bug

szh-new
lijingjia 4 months ago
parent 3427cccff3
commit 32df723b93

@ -1,7 +1,7 @@
<template>
<div>
<BasicTable class="ds-table" @register="registerTable" @row-dbClick="handleEdit">
<template #toolbar>
<template #tableTitle>
<a-button type="link" @click="handleCreate">
<span class="iconfont icon-new_document"></span>
添加
@ -46,7 +46,7 @@
const { notification } = useMessage()
const [registerModal, { openModal }] = useModal()
const [registerTable, { reload, getForm, getPaginationRef }] = useTable({
title: '付费方式映射信息表',
title: '',
// api: getSysDictTypeList,
api: async (p) => {
const res: API.DataResult = await GetMappingPackageList(p)

Loading…
Cancel
Save