Browse Source

inpuFocus

master_hella_20240701
yufei0306 8 months ago
parent
commit
684eec1649
  1. 3
      src/components/BasicForm/src/BasicForm.vue

3
src/components/BasicForm/src/BasicForm.vue

@ -637,6 +637,9 @@ const handleAddTable = () => {
}
//
const inpuFocus = (headerItem, row, index) => {
emit('inpuFocus', headerItem, row, index)
opensearchTable(
headerItem.field,
headerItem.tableForm.searchField,

Loading…
Cancel
Save