|
|
@ -202,12 +202,7 @@ export default { |
|
|
|
type: 'warning' |
|
|
|
}).then(() => { |
|
|
|
const url = '/heart/workdiaryService/serviceType/delete' |
|
|
|
// const url = 'https://nei.netease.com/api/apimock-v2/e3b1d0eb88e905f6c7ee559b2d6bb7ad/gov/issue/issueprojectcategorydict/delcategory' |
|
|
|
const param = { |
|
|
|
customerId: this.customerId, |
|
|
|
ids: [row.id] |
|
|
|
} |
|
|
|
window.app.ajax.post(url, param, |
|
|
|
window.app.ajax.post(url, [row.id], |
|
|
|
(data, rspMsg) => { |
|
|
|
this.$message.success('操作成功') |
|
|
|
this.loadData() |
|
|
|