From b6884f84305b487e1f80bd8052f5c7a947dc6a4a Mon Sep 17 00:00:00 2001
From: wujian <14790700720@163.com>
Date: 星期四, 18 一月 2024 09:31:40 +0800
Subject: [PATCH] add 作业指导页面

---
 jcdm-ui/src/views/main/bs/orderScheduling/index.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/jcdm-ui/src/views/main/bs/orderScheduling/index.vue b/jcdm-ui/src/views/main/bs/orderScheduling/index.vue
index d154a16..ee787eb 100644
--- a/jcdm-ui/src/views/main/bs/orderScheduling/index.vue
+++ b/jcdm-ui/src/views/main/bs/orderScheduling/index.vue
@@ -518,8 +518,8 @@
     },
     /** 鎼滅储鎸夐挳鎿嶄綔 */
     handleQuery() {
-      // this.queryParams.pageNum = 1;
-      // this.getList();
+      this.queryParams.pageNum = 1;
+      this.getList();
       this.$modal.msgSuccess(this.queryParams.operateTime);
     },
     /** 閲嶇疆鎸夐挳鎿嶄綔 */

--
Gitblit v1.9.3