Browse Source

修改工单内容

liuzhihui 2 years ago
parent
commit
930347e923
1 changed files with 1 additions and 1 deletions
  1. 1 1
      WebUI/CallCenterWeb.UI/CommonHtml/banli.html

+ 1 - 1
WebUI/CallCenterWeb.UI/CommonHtml/banli.html

@@ -413,7 +413,7 @@
413 413
                 function (result) {
414 414
                     if (result.state.toLowerCase() == "success") {
415 415
                         var Data = result.data.data;
416
-                        $('#workremark').text(Data[0].F_ComContent);
416
+                        $('#workremark').text(Data[0].F_Content);
417 417
                     }
418 418
                 }
419 419
             );