Browse Source

fix:灵敏感知优化

master
pengwei 1 month ago
parent
commit
5fb68b7df8
  1. 2
      src/views/work/BatchDistribute.vue

2
src/views/work/BatchDistribute.vue

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

Loading…
Cancel
Save