소스 검색

bug修复

iZaiZaiA 2 년 전
부모
커밋
36a460487a
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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('复制本表操作失败')
                 }