|
|
@ -683,7 +683,7 @@ |
|
|
|
}, |
|
|
|
// 删除处理 |
|
|
|
async cancelFuwu(id) { |
|
|
|
const url = "/actual/base/resiCategorized/oldpeople/deleteBatch"; |
|
|
|
const url = "/actual/base/resiCategorized/oldPeople/deleteBatch"; |
|
|
|
const { data, code, msg } = await requestPost(url, id); |
|
|
|
if (code === 0) { |
|
|
|
this.$message.success("删除成功!"); |
|
|
@ -751,7 +751,7 @@ |
|
|
|
}, |
|
|
|
// 下载模板 |
|
|
|
async handleExportModule() { |
|
|
|
let url = "/actual/base/resiCategorized/oldpeople/downloadImportTemplate"; |
|
|
|
let url = "/actual/base/resiCategorized/oldPeople/downloadImportTemplate"; |
|
|
|
let params = {}; |
|
|
|
await this.$http({ |
|
|
|
method: "get", |
|
|
|