【修改】修改bug

This commit is contained in:
zhoulingpo
2023-05-12 17:03:28 +08:00
parent 30d0ce64b9
commit aeb3f37d4d
12 changed files with 137 additions and 69 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ export default {
// 新增或编辑报告
reportAdd (data) {
return request({
url: '/api/report/add',
url: '/api/report/saveOrUpdate',
method: 'POST',
data
})