seimin il y a 3 ans
Parent
commit
22a23a8e86
1 fichiers modifiés avec 4 ajouts et 4 suppressions
  1. 4 4
      js/index.js

+ 4 - 4
js/index.js

@@ -579,7 +579,7 @@ $(function () {
579 579
       fileUrl: "url",
580 580
       placeId: $.trim($("#place_list").val()),
581 581
       requester: loginUser,
582
-      sourceType: "webRequesterIncident",
582
+      sourceType: "wechatUserIncident",
583 583
     };
584 584
     // 自动建单
585 585
     if (reqHasCategory.valueconfig == 1) {
@@ -1688,7 +1688,7 @@ $(function () {
1688 1688
       contentType: "application/json;charset=UTF-8",
1689 1689
       url:
1690 1690
         baseUrl +
1691
-        "common/common/uploadAttachment/wxIncident/" +
1691
+        "common/common/uploadAttachment/wechatRequesterIncident/" +
1692 1692
         id,
1693 1693
       data: data,
1694 1694
       cache: false,
@@ -1727,7 +1727,7 @@ $(function () {
1727 1727
           .attr(
1728 1728
             "action",
1729 1729
             baseUrl +
1730
-              "common/common/uploadAttachment/wxIncident/" +
1730
+              "common/common/uploadAttachment/wechatRequesterIncident/" +
1731 1731
               id
1732 1732
           )
1733 1733
           .submit();
@@ -1744,7 +1744,7 @@ $(function () {
1744 1744
       type: "GET",
1745 1745
       contentType: "application/json;charset=UTF-8",
1746 1746
       url:
1747
-        baseUrl + "common/common/listAttachment/wxIncident/" + id,
1747
+        baseUrl + "common/common/listAttachment/wechatRequesterIncident/" + id,
1748 1748
       cache: false,
1749 1749
       success: function (res) {
1750 1750
         if (res.status == 200) {