From 45ff8bf8bb28eaab39c6cc7e13730fbaeb2e44fc Mon Sep 17 00:00:00 2001
From: Lou <luzhiping@qqyjz.com>
Date: Sat, 13 Apr 2024 17:24:18 +0800
Subject: [PATCH] 更新

---
 subPackage/workbench/views/counterfraudReportDetail.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/subPackage/workbench/views/counterfraudReportDetail.vue b/subPackage/workbench/views/counterfraudReportDetail.vue
index 756bac9..9b76fe5 100644
--- a/subPackage/workbench/views/counterfraudReportDetail.vue
+++ b/subPackage/workbench/views/counterfraudReportDetail.vue
@@ -35,9 +35,9 @@
 			<text v-if="info.status == 3">审核驳回</text>
 			<text v-if="info.status == 4">待完成</text>
 		</view>
-		<view class="item-row flex j-c-s-b a-i-c" v-if="info.status == 3 && info.remark">
+		<view class="item-row flex j-c-s-b a-i-c" v-if="info.status == 3 && info.reasonFailure">
 			<text>驳回原因</text>
-			<text class="item-content">{{info.remark}}</text>
+			<text class="item-content">{{info.reasonFailure}}</text>
 		</view>
 
 		<view class="mt-20 bgc-ff">
@@ -308,7 +308,7 @@
 					reportType: 6
 				}
 				if (val.type == 3) {
-					data.remark = val.remark;
+					data.reasonFailure = val.remark;
 				}
 
 				auditCounterfraudReport(data).then(res => {

--
Gitblit v1.9.3