浏览代码

传参fix

NULL1222 2 天之前
父节点
当前提交
224dfbdd52
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/bgj/headquartersServiceMaterial/modules/selectAllAddToSite.vue

+ 1 - 1
src/bgj/headquartersServiceMaterial/modules/selectAllAddToSite.vue

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