Browse Source

文件下载接口修改

molilang 3 years ago
parent
commit
9a955629ad
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/pages/main/gridDivision/workersList.vue

+ 1 - 1
src/pages/main/gridDivision/workersList.vue

@@ -709,7 +709,7 @@ export default {
     handleDownload({ fileCode, fileName }) {
       console.log(fileCode, fileName);
       this.$http({
-        url: "/market/compatt/downfile",
+        url: "/bpm/api/download",
         method: "post",
         headers: {
           "Content-Type": "application/json",