|
|
@ -378,7 +378,12 @@ const searchTableParams = ref([ |
|
|
|
const formPurchasePassRef = ref() |
|
|
|
const searchList = (model) => { |
|
|
|
selectionRows.value = [] |
|
|
|
setSearchParams(model) |
|
|
|
let model1 = { |
|
|
|
...model, |
|
|
|
statuss: model.status.join(',')?model.status.join(','):'' |
|
|
|
} |
|
|
|
delete model1.status |
|
|
|
setSearchParams(model1) |
|
|
|
} |
|
|
|
const selectionRows = ref<any>([]) |
|
|
|
const tableRef = ref() |
|
|
@ -1175,6 +1180,7 @@ const handleExport = async () => { |
|
|
|
paramsData = { ...paramsData, checkNums: rows } |
|
|
|
} |
|
|
|
console.log('批量导出', paramsData) |
|
|
|
return |
|
|
|
try { |
|
|
|
// 导出的二次确认 |
|
|
|
await message.exportConfirm() |
|
|
|