소스 검색

reactor:对接抄送查看;

zhangchong 4 달 전
부모
커밋
6dd5b25c8d

+ 1 - 1
src/views/business/visit/dpSatisfied.vue

@@ -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>();

+ 1 - 1
src/views/statistics/department/detailSatisfied.vue

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

+ 1 - 1
src/views/statistics/department/detailSatisfiedList.vue

@@ -327,7 +327,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 checkTable = ref<EmptyArrayType>([]);