廖井涛
2024-07-03 60059736395d7f0efe7bfffe5e186001d7b157b4
north-glass-erp/northglass-erp/src/views/pp/reportingWorks/AddReportingWork.vue
@@ -211,7 +211,7 @@
    showStatus: true
  },
  menuConfig: {
    body: {
    /*body: {
      options: [
        [
          {
@@ -237,7 +237,7 @@
          },
        ]
      ]
    }
    }*/
  },
  //表头参数
  columns: [
@@ -651,7 +651,7 @@
  addListener(brokenGrid.value,brokenGridOptions)
  let damage =ref(brokenRow.value.damageDetails)
  brokenGrid.value.reloadData(damage.value)
  addListener(xGrid.value, gridOptions)
  //addListener(xGrid.value, gridOptions)
}
@@ -1126,7 +1126,7 @@
}
onMounted(() => {
  window.addEventListener('keypress', qrcodeScanner);
  addListener(xGrid.value, gridOptions)
 // addListener(xGrid.value, gridOptions)
})
// 在组件卸载时移除键盘事件监听