批量删除户信息
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -204,7 +204,7 @@ export function batchDelete(data) { | ... | @@ -204,7 +204,7 @@ export function batchDelete(data) { |
| 204 | url:'/system/qjH/batchDeleteHByBsms', | 204 | url:'/system/qjH/batchDeleteHByBsms', |
| 205 | method:'post', | 205 | method:'post', |
| 206 | data:{ | 206 | data:{ |
| 207 | bsms:data | 207 | hbsms:data |
| 208 | } | 208 | } |
| 209 | }) | 209 | }) |
| 210 | } | 210 | } | ... | ... |
-
Please register or sign in to post a comment