瀏覽代碼

修改来源

seimin 3 年之前
父節點
當前提交
22a23a8e86
共有 1 個文件被更改,包括 4 次插入4 次删除
  1. 4 4
      js/index.js

+ 4 - 4
js/index.js

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