|
@@ -447,6 +447,7 @@ const tableRowName = (row) => {
|
|
|
const isFirstReportDrawer = ref(false)
|
|
|
const isCanreport = ref(false)
|
|
|
const firstReportClick = () => {
|
|
|
+ pdfId.value=''
|
|
|
const rows = deepClone(tableSelectionKeys.value)
|
|
|
//判断是否满足条件
|
|
|
const result = rows.every(({status}) => {
|