iZaiZaiA 2 år sedan
förälder
incheckning
36a460487a
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2 2
      src/views/data-fill/components/ListItem.vue

+ 2 - 2
src/views/data-fill/components/ListItem.vue

@@ -392,13 +392,13 @@ const copyClick = async (item,index) => {
     if (pkeyIds) {
         if (isStatus.value !== '3') {
             if (!item.isRenderTableForm) {
-                await copeBussTab()
+                await copeBussTab(pkeyIds)
             } else if (!item.isTableForm) {
                 window?.$message?.warning('暂无表单数据')
             } else if (item.isRenderTableForm) {
                 const res = await saveExcelBussData(item,index,false)
                 if (res) {
-                    await copeBussTab()
+                    await copeBussTab(pkeyIds)
                 } else {
                     window?.$message?.warning('复制本表操作失败')
                 }