guoshilong
2022-10-14 d8e0af2ce345f3b40581ad05c596f965ae729c01
api/taskinfo/taskinfo.js
@@ -11,7 +11,6 @@
      }
   })
}
export const getDetail = (id) => {
   return http.request({
      url: '/taskInfo/taskinfo/detail',
@@ -21,3 +20,10 @@
      }
   })
}
export const update = (row) =>{
   return http.request({
      url:'/taskInfo/taskinfo/submit',
      method:'POST',
      data:row
   })
}