xiebin
2022-09-30 9d6bdb7f226548b75501f53e45063d747faf3dd2
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
   })
}