|
@ -122,7 +122,10 @@ const { tableObject, tableMethods } = useTable({ |
|
|
|
|
|
|
|
|
// 获得表格的各种操作 |
|
|
// 获得表格的各种操作 |
|
|
const { getList, setSearchParams } = tableMethods |
|
|
const { getList, setSearchParams } = tableMethods |
|
|
|
|
|
watch(()=>tableObject.currentPage,async ()=>{ |
|
|
|
|
|
tableObjectHead.currentPage = tableObject.currentPage |
|
|
|
|
|
updateDateTableColumns() |
|
|
|
|
|
}) |
|
|
// 列表头部按钮 |
|
|
// 列表头部按钮 |
|
|
const HeadButttondata = [ |
|
|
const HeadButttondata = [ |
|
|
defaultButtons.defaultExportBtn({hasPermi:'wms:demandforecasting-main:export'}), // 导出 |
|
|
defaultButtons.defaultExportBtn({hasPermi:'wms:demandforecasting-main:export'}), // 导出 |
|
|