mao hai 1 ano
pai
achega
f544fc91d2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      api/business/dayWorkItem.js

+ 1 - 1
api/business/dayWorkItem.js

@@ -16,7 +16,7 @@ export function getDayWorkItemList(data) {
 export function updateDayWorkItem(data) {
 	return req.request({
 		url:'/business/dayworkItem',
-		method: 'PUT',
+		method: 'POST',
 		data: data
 	})
 }