duy 2 лет назад
Родитель
Сommit
e76d9aceba
1 измененных файлов с 3 добавлено и 2 удалено
  1. 3 2
      src/views/tentative/detect/components/ListItem.vue

+ 3 - 2
src/views/tentative/detect/components/ListItem.vue

@@ -671,10 +671,11 @@ const copyClick = async (item,index) => {
 }
 
 const copeBussTab = async (pkeyIds) => {
-    const { id } = baseData.value
+    const { id,contractId } = baseData.value
     const {error, code} = await dataApi.copyBussTab({
         id: id,
-        pKeyId: pkeyIds
+        pKeyId: pkeyIds,
+        contractId:contractId
     })
     if (!error && code === 200) {
         window?.$message?.success('操作成功')