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