Browse Source

reactor:回访不满意原因重构;

zhangchong 5 tháng trước cách đây
mục cha
commit
ce48eb375d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/business/visit/dpSatisfied.vue

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

@@ -84,7 +84,7 @@
 					</vxe-column>
 					<vxe-column field="title" title="工单标题" width="200">
 						<template #default="{ row }">
-							<order-detail :order="row" @updateList="queryList">{{ row.title }}</order-detail>
+							<order-detail :order="{ ...row, id: row.orderId }" @updateList="queryList">{{ row.title }}</order-detail>
 						</template>
 					</vxe-column>
 					<vxe-column field="visitUser" title="回访人" width="120"></vxe-column>