Browse Source

修改来源

seimin 3 years ago
parent
commit
c0100fa923
3 changed files with 10 additions and 10 deletions
  1. 2 2
      src/views/evaluate.vue
  2. 2 2
      src/views/incidentDetails.vue
  3. 6 6
      src/views/repair.vue

+ 2 - 2
src/views/evaluate.vue

@@ -150,8 +150,8 @@ export default {
150
         },
150
         },
151
         getImgsData(){
151
         getImgsData(){
152
             var that=this;
152
             var that=this;
153
-            this.$http.get('service/common/common/listAttachment/wxIncident/'+this.data.id,{
154
-            // this.$http.get('service/common/common/listAttachment/wxIncident/'+this.data.bxcode,{
153
+            this.$http.get('service/common/common/listAttachment/wechatRequesterIncident/'+this.data.id,{
154
+            // this.$http.get('service/common/common/listAttachment/wechatRequesterIncident/'+this.data.bxcode,{
155
             }).then(function(res){
155
             }).then(function(res){
156
                 for(var i=0;i<res.data.data.length;i++){
156
                 for(var i=0;i<res.data.data.length;i++){
157
                     // that.imgs.push("http://localhost/service/common/common/downloadAttachment/"+res.data.data[i].token)
157
                     // that.imgs.push("http://localhost/service/common/common/downloadAttachment/"+res.data.data[i].token)

+ 2 - 2
src/views/incidentDetails.vue

@@ -540,10 +540,10 @@ export default {
540
       var that = this;
540
       var that = this;
541
       this.$http
541
       this.$http
542
         .get(
542
         .get(
543
-          "service/common/common/listAttachment/wxIncident/" +
543
+          "service/common/common/listAttachment/wechatRequesterIncident/" +
544
             this.data.id,
544
             this.data.id,
545
           {
545
           {
546
-            // this.$http.get('service/common/common/listAttachment/wxIncident/'+this.data.bxcode,{
546
+            // this.$http.get('service/common/common/listAttachment/wechatRequesterIncident/'+this.data.bxcode,{
547
           }
547
           }
548
         )
548
         )
549
         .then(function(res) {
549
         .then(function(res) {

+ 6 - 6
src/views/repair.vue

@@ -200,16 +200,16 @@ export default {
200
       reqHasCategory: null,
200
       reqHasCategory: null,
201
       validity: {},
201
       validity: {},
202
       valid: undefined,
202
       valid: undefined,
203
-      // action: 'http://localhost:8080/service/common/common/uploadAttachment/wxIncident/',
204
-      // action: 'http://192.168.199.164:8080/service/common/common/uploadAttachment/wxIncident/',
203
+      // action: 'http://localhost:8080/service/common/common/uploadAttachment/wechatRequesterIncident/',
204
+      // action: 'http://192.168.199.164:8080/service/common/common/uploadAttachment/wechatRequesterIncident/',
205
       action: {
205
       action: {
206
-        // "target":'http://192.168.3.100:8080/service/common/common/uploadAttachment/wxIncident/',
206
+        // "target":'http://192.168.3.100:8080/service/common/common/uploadAttachment/wechatRequesterIncident/',
207
         // "fileName":"upload",
207
         // "fileName":"upload",
208
-        // "target":'http://localhost/service/common/common/uploadAttachment/wxIncident/',
209
-        // "target":'http://weixintest.ngser.dashitech.com/service/common/common/uploadAttachment/wxIncident/',
208
+        // "target":'http://localhost/service/common/common/uploadAttachment/wechatRequesterIncident/',
209
+        // "target":'http://weixintest.ngser.dashitech.com/service/common/common/uploadAttachment/wechatRequesterIncident/',
210
         target:
210
         target:
211
           this.$host +
211
           this.$host +
212
-          "/service/common/common/uploadAttachment/wxIncident/",
212
+          "/service/common/common/uploadAttachment/wechatRequesterIncident/",
213
         data: {}
213
         data: {}
214
       },
214
       },
215
       isUploading: false,
215
       isUploading: false,