[add] 接口对接

This commit is contained in:
zhaomeijing
2022-05-12 11:41:34 +08:00
parent 8a73500a50
commit f4c05e3c5a
2 changed files with 22 additions and 25 deletions
@@ -294,7 +294,7 @@ export default {
content: _this.$t('ConfirmBatchDeletion'),
onOk() {
axios({
url: '/jero-boot/params/paramsInfo/deleteBatch',
url: '/jero-boot/params/collectManifest/deleteBatch',
method: 'post',
data: param,
transformRequest: [function (data) {