|
@@ -224,7 +224,7 @@ const visitDetail = (row: any) => {
|
|
};
|
|
};
|
|
// 交办单导出
|
|
// 交办单导出
|
|
const onJbExport = () => {
|
|
const onJbExport = () => {
|
|
- const ids = checkTable.value.map((item: any) => item.id);
|
|
|
|
|
|
+ const ids = checkTable.value.map((item: any) => item.orderId);
|
|
exportAssignment(ids);
|
|
exportAssignment(ids);
|
|
};
|
|
};
|
|
const checkTable = ref<EmptyArrayType>([]);
|
|
const checkTable = ref<EmptyArrayType>([]);
|