|
@ -306,7 +306,7 @@ export default { |
|
|
|
|
|
|
|
|
async deleteActivity(row) { |
|
|
async deleteActivity(row) { |
|
|
this.$http |
|
|
this.$http |
|
|
.delete("/resi/partymember/icpartyinventory/delete", { data: [row.id] }) |
|
|
.delete("/resi/partymember/icpartyinventory", { data: [row.id] }) |
|
|
.then((res) => { |
|
|
.then((res) => { |
|
|
this.$message({ |
|
|
this.$message({ |
|
|
type: "success", |
|
|
type: "success", |
|
|