skyouc
2025-09-17 828641ce9d4178bbff9030ad19ce93d0267f185c
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()
}