`
xiebin
2022-09-30 06fcee5b6eca7c9a920ed2b367beb8ecbb76fd0f
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
   })
}