【修改】修改

This commit is contained in:
zhoulingpo
2023-04-28 19:23:13 +08:00
parent 5475ee1ccd
commit e0d0d5457f
3 changed files with 29 additions and 21 deletions
+8
View File
@@ -9,4 +9,12 @@ export default {
data: data
})
},
// 查询报告如果已经发起了 就不能再发起了
selectReport (data) {
return request({
url: '/api/report/isAct',
method: 'post',
data: data
})
},
}