Эх сурвалжийг харах

reactor:关于司法板块的优化;

zhangchong 9 сар өмнө
parent
commit
219fa0942c

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

@@ -20,7 +20,7 @@
 				<!-- 表格操作 -->
 				<template #operation="{ row }">
 					<el-button link type="primary" @click="visitDetail(row)" title="查看回访详情"> 回访详情 </el-button>
-					<order-detail :order="row.order" @updateList="queryList" />
+					<order-detail :order="row" @updateList="queryList" />
 				</template>
 			</ProTable>
 		</el-card>