|
@@ -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('操作成功')
|