yangyang
2025-07-14 06c4e59fa35c1b9e74da9cf3d081e78c13d17e20
zy-asrs-admin/src/components/orderLog/index.vue
@@ -194,7 +194,8 @@
const showDetl = (item) => {
  showOrderDetlChild.value.openDetl = true;
  showOrderDetlChild.value.orderId = item.id;
  showOrderDetlChild.value.orderId = item.orderNo;
}
const handleExport = async (intl) => {
@@ -211,6 +212,8 @@
const onSearch = () => {
  // console.log('search');
      currentPage = 1;
  getPage()
}