合并
This commit is contained in:
@ -253,16 +253,6 @@ const handleDelete = async (row?: EnterRoadVO) => {
|
||||
await getList();
|
||||
};
|
||||
|
||||
/** 导出按钮操作 */
|
||||
const handleExport = () => {
|
||||
proxy?.download(
|
||||
'land/enterRoad/export',
|
||||
{
|
||||
...queryParams.value
|
||||
},
|
||||
`enterRoad_${new Date().getTime()}.xlsx`
|
||||
);
|
||||
};
|
||||
//监听项目id刷新数据
|
||||
const listeningProject = watch(
|
||||
() => currentProject.value.id,
|
||||
|
Reference in New Issue
Block a user