|
@@ -260,11 +260,9 @@ const openReportWorkDrawer = () => {
|
|
|
}
|
|
|
});
|
|
|
|
|
|
- if (processStore.scanInfo.batchReport === 1) {
|
|
|
- getunProcessedList(processStore.scanInfo.id).then((res: any) => {
|
|
|
- processList.value = res.data ?? [];
|
|
|
- });
|
|
|
- }
|
|
|
+ getunProcessedList(processStore.scanInfo.id).then((res: any) => {
|
|
|
+ processList.value = res.data ?? [];
|
|
|
+ });
|
|
|
|
|
|
signList({ signatureType: "3" }).then((res) => {
|
|
|
signNameList.value = res.data ?? [];
|