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