Browse Source

变更令

ZaiZai 1 year ago
parent
commit
6923b31b07
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/views/alter/admin/components/order/addModal.vue

+ 1 - 0
src/views/alter/admin/components/order/addModal.vue

@@ -319,6 +319,7 @@ const addChangeNode = async () => {
     const { data } = await mainApi.getChangeNode({
         projectId: projectId.value,
         contractId: contractId.value,
+        changeIds: tableData.value.map((item) => item.id).join(),
         ids: nodeId,
     })
     const newArr = getArrValue(data)