瀏覽代碼

附件参数修改

seimin 3 年之前
父節點
當前提交
9877270553
共有 3 個文件被更改,包括 10 次插入10 次删除
  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

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

+ 2 - 2
src/views/incidentDetails.vue

@@ -479,10 +479,10 @@ export default {
479 479
       var that = this;
480 480
       this.$http
481 481
         .get(
482
-          "service/common/common/listAttachment/wechatRequesterIncident/" +
482
+          "service/common/common/listAttachment/wxIncident/" +
483 483
             this.data.id,
484 484
           {
485
-            // this.$http.get('service/common/common/listAttachment/wechatRequesterIncident/'+this.data.bxcode,{
485
+            // this.$http.get('service/common/common/listAttachment/wxIncident/'+this.data.bxcode,{
486 486
           }
487 487
         )
488 488
         .then(function(res) {

+ 6 - 6
src/views/repair.vue

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