From 04283fafb8216c26d705db21cb0f31a28a5cc68c Mon Sep 17 00:00:00 2001
From: leo <182004222@qq.com>
Date: 星期四, 19 五月 2022 21:54:56 +0800
Subject: [PATCH] 增加派单流程20220519FX

---
 GoldC/pages/problemReport/proRep.js |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/GoldC/pages/problemReport/proRep.js b/GoldC/pages/problemReport/proRep.js
index b0d521f..d90927e 100644
--- a/GoldC/pages/problemReport/proRep.js
+++ b/GoldC/pages/problemReport/proRep.js
@@ -22,6 +22,9 @@
         //
         dis: true,
         //
+        // 闂鏍囩
+        Reported_Remark: 1,//瀹夊叏闂
+        Reported_RemarkList:['瀹夊叏闂','闈炲畨鍏ㄩ棶棰�'],
         Dispost_Question: '',//瀹℃牳娲惧崟鎰忚
         shangbao: '',
         beizhu: '',
@@ -37,8 +40,7 @@
         // 褰掑睘娓稿涓績
         youkecenter: [],
         youkeindex: '',
-        // 闂鏍囩
-        Reported_Remark: true
+
     },
 
     /**
@@ -281,7 +283,6 @@
     },
     // 鎻愪氦
     Yes() {
-        console.log(22222, this.data.Reported_Remark);
         var data = {
             _Reported_User: wx.getStorageSync('user').pk_User,
             _fk_Management: this.data.firstallArr[this.data.index1] ? this.data.firstallArr[this.data.index1].pk_Management : '',
@@ -290,8 +291,8 @@
             _Reported_Question: this.data.shangbao,
             Dispost_Question: this.data.Dispost_Question,//瀹℃牳娲惧崟鎰忚
             _Reported_Address: this.data.detailedaddress,
-            _Reported_Remark: this.data.Reported_Remark.length > 0 ? '瀹夊叏闂' : '',
-            beizhu: this.data.Reported_Remark ? this.data.beizhu : '',
+            _Reported_Remark: this.data.Reported_Remark === 0 ? '瀹夊叏闂' : '',
+            beizhu: this.data.Reported_Remark === 0 ? 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