|
@@ -52,7 +52,7 @@ export default {
|
|
try {
|
|
try {
|
|
// try
|
|
// try
|
|
const { selectData } = this.$props;
|
|
const { selectData } = this.$props;
|
|
- const ids = selectData.map((item) => item.id).join(",");
|
|
|
|
|
|
+ const ids = selectData.map((item) => item.id);
|
|
const { msg, code } = await REMOVE(ids);
|
|
const { msg, code } = await REMOVE(ids);
|
|
if (code === 200) {
|
|
if (code === 200) {
|
|
done();
|
|
done();
|