fix : 修复页面细节

This commit is contained in:
2024-05-23 17:52:48 +08:00
parent 7e70c9271f
commit 31a12e566a
2 changed files with 24 additions and 26 deletions

View File

@@ -13,7 +13,7 @@ export const fileUp = (url, data) => {
export const requirementReported = (data) => {
return request({
url: '/workflow/mosr/requirement/collect/reported',
url: '/workflow/mosr/requirement/reported',
method: "post",
data: data
});