liuzhihui 3 years ago
parent
commit
5b84ccc43d

+ 3 - 0
CallCenterWeb.UI/RMYY/src/views/faultRepair/clinicalReporting/components/addRepairbase.vue

232
             deptid: id // 字典管理的工单标识
232
             deptid: id // 字典管理的工单标识
233
           }
233
           }
234
           GetPerson(params).then((res) => {
234
           GetPerson(params).then((res) => {
235
+            if(res.state=='error'){
236
+              this.$message.warning(res.message)
237
+            }
235
             if (state === 0) {
238
             if (state === 0) {
236
               this.repairman = res.rows
239
               this.repairman = res.rows
237
             } else if (state === 1) {
240
             } else if (state === 1) {

+ 1 - 1
CallCenterWeb.UI/RMYY/src/views/orderManage/components/askdetail.vue

27
                 <th>性别:</th>
27
                 <th>性别:</th>
28
                 <td>{{orderDetailData.F_Sex}}</td>
28
                 <td>{{orderDetailData.F_Sex}}</td>
29
                 <th>来源:</th>
29
                 <th>来源:</th>
30
-                <td>{{orderDetailData.F_ComplaintSource}}</td>
30
+                <td>{{orderDetailData.SourceName}}</td>
31
               </tr>
31
               </tr>
32
               <tr>
32
               <tr>
33
                 <th>联系电话:</th>
33
                 <th>联系电话:</th>