xiebin
2022-09-30 077cfbcc593be7272af7a8fcef8dcffd828283f4
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
   })
}