seimin 3 vuotta sitten
vanhempi
commit
c0100fa923
3 muutettua tiedostoa jossa 10 lisäystä ja 10 poistoa
  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 151
         getImgsData(){
152 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 155
             }).then(function(res){
156 156
                 for(var i=0;i<res.data.data.length;i++){
157 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 540
       var that = this;
541 541
       this.$http
542 542
         .get(
543
-          "service/common/common/listAttachment/wxIncident/" +
543
+          "service/common/common/listAttachment/wechatRequesterIncident/" +
544 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 549
         .then(function(res) {

+ 6 - 6
src/views/repair.vue

@@ -200,16 +200,16 @@ export default {
200 200
       reqHasCategory: null,
201 201
       validity: {},
202 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 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 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 210
         target:
211 211
           this.$host +
212
-          "/service/common/common/uploadAttachment/wxIncident/",
212
+          "/service/common/common/uploadAttachment/wechatRequesterIncident/",
213 213
         data: {}
214 214
       },
215 215
       isUploading: false,