|
@@ -271,7 +271,18 @@ const setCopyKeyList = (event) => {
|
|
const setPasteKeyList = async (event) => {
|
|
const setPasteKeyList = async (event) => {
|
|
await tableFormRef.value?.setPasteKeyList(event)
|
|
await tableFormRef.value?.setPasteKeyList(event)
|
|
}
|
|
}
|
|
|
|
+const getCetCopyKeyList = async (event)=>{
|
|
|
|
+ let res = await tableFormRef.value?.getCetCopyKeyList(event)
|
|
|
|
+ return res
|
|
|
|
|
|
|
|
+
|
|
|
|
+}
|
|
|
|
+const clearCheckKeyList = ()=>{
|
|
|
|
+ tableFormRef.value?.clearCheckKeyList()
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+}
|
|
// 暴露出去
|
|
// 暴露出去
|
|
defineExpose({
|
|
defineExpose({
|
|
getFormData,
|
|
getFormData,
|
|
@@ -286,5 +297,7 @@ defineExpose({
|
|
getTableFormInfo,
|
|
getTableFormInfo,
|
|
getHtmlBussColsApi,
|
|
getHtmlBussColsApi,
|
|
getCols,
|
|
getCols,
|
|
|
|
+ getCetCopyKeyList,
|
|
|
|
+ clearCheckKeyList,
|
|
})
|
|
})
|
|
</script>
|
|
</script>
|