|
|
|
@ -777,7 +777,7 @@ const formData = ref({}); |
|
|
|
const formRef = ref(); |
|
|
|
const formRef = ref(); |
|
|
|
const catchSotre = useCatchStore(); |
|
|
|
const catchSotre = useCatchStore(); |
|
|
|
const departs = catchSotre.getDeparts(); |
|
|
|
const departs = catchSotre.getDeparts(); |
|
|
|
console.log('departs',departs) |
|
|
|
|
|
|
|
function handleCellClick(row,index){ |
|
|
|
function handleCellClick(row,index){ |
|
|
|
importTableData.value.forEach((value,i)=>{ |
|
|
|
importTableData.value.forEach((value,i)=>{ |
|
|
|
if(i != index ){ |
|
|
|
if(i != index ){ |
|
|
|
|