skyouc
2025-08-07 33b5b3d2fb2b41cdce6e4cb783f27ee70ad3afb8
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()
}