1
李喆(开发组)
6 天以前 1727a4a94194ff168b891acc37e5cdc01797e2ed
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 => {