1
李喆(开发组)
6 天以前 2fb857721d32d3fce01f3487a623f5a9be2a3ac9
src/views/tasks/machinereturnfiles.vue
@@ -120,7 +120,7 @@
        axios({
          url: '/blade-mdm/machineback/file/accept',
          method: 'post',
          data: {ids: row.id},
          params: {ids: row.id},
        }).then(
          res => {
            this.loading = false;
@@ -138,8 +138,8 @@
        //调用接口
        this.loading = true;
        axios({
          url: '/blade-mdm/machineback/file/page',
          method: 'get',
          url: '/blade-mdm/machineback/file/reject',
          method: 'post',
          params: {ids: row.id},
        }).then(
          res => {