From 95441c75615bd30ff473b27c9f57c561fd37fff3 Mon Sep 17 00:00:00 2001
From: mahuan@syspetro.com <mahuan@syspetro.com>
Date: 星期四, 19 五月 2022 14:21:20 +0800
Subject: [PATCH] 最新代码存档

---
 GoldC/pages/problemReport/proRep.js |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/GoldC/pages/problemReport/proRep.js b/GoldC/pages/problemReport/proRep.js
index 167b2fc..b0d521f 100644
--- a/GoldC/pages/problemReport/proRep.js
+++ b/GoldC/pages/problemReport/proRep.js
@@ -290,7 +290,8 @@
             _Reported_Question: this.data.shangbao,
             Dispost_Question: this.data.Dispost_Question,//瀹℃牳娲惧崟鎰忚
             _Reported_Address: this.data.detailedaddress,
-            Reported_Remark: this.data.Reported_Remark ? this.data.beizhu : '',
+            _Reported_Remark: this.data.Reported_Remark.length > 0 ? '瀹夊叏闂' : '',
+            beizhu: this.data.Reported_Remark ? this.data.beizhu : '',
             Tag: 0,
             _Reported_lnglat: this.data.locmap.longitude + ',' + this.data.locmap.latitude,
             _fk_Role_Type: this.data.youkecenter[this.data.youkeindex] ? this.data.youkecenter[this.data.youkeindex].pk_TypeId : '',

--
Gitblit v1.8.0