Explorar o código

-修改维修数据上传url

jiangbiao %!s(int64=2) %!d(string=hai) anos
pai
achega
80db170727
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      ui/src/views/check/repairCheck/repairEnter.vue

+ 1 - 1
ui/src/views/check/repairCheck/repairEnter.vue

@@ -345,7 +345,7 @@ export default {
       this.row = row;
       this.queryParams.plantId = row.plantId;
       this.queryParams.repairId = row.id;
-      this.upload.url += this.upload.url.endsWith('/') ? row.id : '';
+      this.upload.url = process.env.VUE_APP_BASE_API + "/check/repairpoints/importData/" + row.id;;
       if (row.isEnter && row.status == 1) {
         this.isEnter = true;
       }