Преглед на файлове

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

zhangchong преди 9 месеца
родител
ревизия
219fa0942c
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/views/judicial/statistics/detailSatisfied.vue

+ 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>