|
@@ -693,12 +693,13 @@ const copyClick = async (item,index) => {
|
|
|
} else if (!item.isTableForm) {
|
|
|
window?.$message?.warning('暂无表单数据')
|
|
|
} else if (item.isRenderTableForm) {
|
|
|
- const res = await saveExcelBussData(item,index,false)
|
|
|
- if (res) {
|
|
|
- await copeBussTab(pkeyIds)
|
|
|
- } else {
|
|
|
- window?.$message?.warning('复制本表操作失败')
|
|
|
- }
|
|
|
+ // const res = await saveExcelBussData(item,index,false)
|
|
|
+ // if (res) {
|
|
|
+ // await copeBussTab(pkeyIds)
|
|
|
+ // } else {
|
|
|
+ // window?.$message?.warning('复制本表操作失败')
|
|
|
+ // }
|
|
|
+ await copeBussTab(pkeyIds)
|
|
|
} else {
|
|
|
window?.$message?.warning(`数据异常了, isRenderTableForm: ${item.isRenderTableForm}, isTableForm: ${item.isTableForm}, pKeyId:${pkeyIds}`)
|
|
|
}
|