|
@@ -60,7 +60,7 @@ export default {
|
|
|
const res = await this.$api.requested({
|
|
const res = await this.$api.requested({
|
|
|
id: 2026051511000002,
|
|
id: 2026051511000002,
|
|
|
content: {
|
|
content: {
|
|
|
- sc_itemids: ids.join(","),
|
|
|
|
|
|
|
+ // sc_itemids: ids.join(","),不用传
|
|
|
},
|
|
},
|
|
|
});
|
|
});
|
|
|
this.tool.showMessage(res, () => {
|
|
this.tool.showMessage(res, () => {
|